Searched refs:Is64Bit (Results 1 – 4 of 4) sorted by relevance
178 napi_value Is64Bit(napi_env env) const;
436 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()
327 napi_value Process::Is64Bit(napi_env env) const in Is64Bit() function in OHOS::JsSysModule::Process::Process
520 napi_value result = process.Is64Bit(env);