Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_types.h179 napi_value IsGeneratorObject(napi_env env, napi_value src) const;
H A Djs_types.cpp260 napi_value Types::IsGeneratorObject(napi_env env, napi_value src) const in IsGeneratorObject() function in OHOS::Util::Types
H A Dnative_module_util.cpp1328 static napi_value IsGeneratorObject(napi_env env, napi_callback_info info) in IsGeneratorObject() function
1338 napi_value result = object->IsGeneratorObject(env, args); in IsGeneratorObject()
1770 DECLARE_NAPI_FUNCTION("isGeneratorObject", IsGeneratorObject), in TypeofInit()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3125 *result = nativeValue->IsGeneratorObject(vm); in napi_is_generator_object()