Home
last modified time | relevance | path

Searched defs:funcHandle (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp297 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerDel… in HWTEST_F_L0() local
338 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerGet… in HWTEST_F_L0() local
375 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerSet… in HWTEST_F_L0() local
411 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerIsE… in HWTEST_F_L0() local
448 JSHandle<JSTaggedValue> funcHandle( in HWTEST_F_L0() local
487 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerHas… in HWTEST_F_L0() local
529 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerOwn… in HWTEST_F_L0() local
572 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerCal… in HWTEST_F_L0() local
636 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerCon… in HWTEST_F_L0() local
Djs_function_test.cpp88 JSHandle<JSTaggedValue> funcHandle(func); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp640 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionName() local
653 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionLength() local
729 JSHandle<JSTaggedValue> funcHandle(thread, func); in SetFunctionNameNoPrefix() local
Dobject_factory.cpp2042 JSHandle<JSFunction> funcHandle(function); in NewJSPrimitiveRef() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp348 JSHandle<JSTaggedValue> funcHandle(thread, func); in NewObjRange() local
493 JSHandle<JSTaggedValue> funcHandle(thread, func); in NewObjApply() local
997 JSHandle<JSTaggedValue> funcHandle(thread, func); in SuperCall() local
1018 JSHandle<JSTaggedValue> funcHandle(thread, func); in SuperCallSpread() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp7110 JSHandle<JSTaggedValue> funcHandle(func); in HWTEST_F_L0() local