Home
last modified time | relevance | path

Searched refs:Is64Bit (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.h178 napi_value Is64Bit(napi_env env) const;
H A Dnative_module_process.cpp436 static napi_value Is64Bit(napi_env env, [[maybe_unused]] napi_callback_info info)
439 return object.Is64Bit(env);
706 DECLARE_NAPI_FUNCTION("is64Bit", Is64Bit), in Init()
H A Djs_process.cpp327 napi_value Process::Is64Bit(napi_env env) const in Is64Bit() function in OHOS::JsSysModule::Process::Process
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp520 napi_value result = process.Is64Bit(env);