Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp330 JSHandle<JSObject> funcPrototype = factory->NewEmptyJSObject(); in InitializeLightWeightMap() local
384 JSHandle<JSObject> funcPrototype = factory->NewEmptyJSObject(); in InitializeLightWeightSet() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp326 JSHandle<JSTaggedValue> funcPrototype = env->GetFunctionPrototype(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp7988 [[maybe_unused]] Local<JSValueRef> funcPrototype = setLocal->GetFunctionPrototype(vm_); in HWTEST_F_L0() local