Home
last modified time | relevance | path

Searched defs:jsCtor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp713 static void SetNullPrototype(napi_env env, napi_value jsCtor) in SetNullPrototype()
723 static void SimulateJSInheritance(napi_env env, napi_value jsCtor, napi_value jsBaseCtor) in SimulateJSInheritance()
770 napi_value jsCtor {}; in Create() local
823 napi_value EtsClassWrapper::CreateProxy(napi_env env, napi_value jsCtor, EtsClassWrapper *thisWrapp… in CreateProxy()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp177 auto jsCtor = wclass->GetJsCtor(env); in RegisterClass() local
Dintrinsics_api_impl.cpp364 auto jsCtor = JSConvertJSValue::WrapWithNullCheck(env, ctor); in JSRuntimeInstanceOfDynamic() local