Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp204 JSProxy *JSProxy::CreateProxy(const uint8_t *descriptor, Class *baseClass, Span<Method *> targetMet… in CreateProxy() function in ark::ets::interop::js::js_proxy::JSProxy
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_json_test.cpp438 JSHandle<JSTaggedValue> CreateProxy(JSThread *thread) in CreateProxy() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp823 napi_value EtsClassWrapper::CreateProxy(napi_env env, napi_value jsCtor, EtsClassWrapper *thisWrapp… in CreateProxy() function in ark::ets::interop::js::ets_proxy::EtsClassWrapper