Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp271 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerDel… in HWTEST_F_L0() local
312 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerGet… in HWTEST_F_L0() local
349 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerSet… in HWTEST_F_L0() local
385 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerIsE… in HWTEST_F_L0() local
422 JSHandle<JSTaggedValue> funcHandle( in HWTEST_F_L0() local
452 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerHas… in HWTEST_F_L0() local
485 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerOwn… in HWTEST_F_L0() local
529 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerCal… in HWTEST_F_L0() local
593 …JSHandle<JSTaggedValue> funcHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerCon… in HWTEST_F_L0() local
Djs_function_test.cpp64 JSHandle<JSTaggedValue> funcHandle(func); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp819 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionName() local
832 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionLength() local
916 JSHandle<JSTaggedValue> funcHandle(thread, func); in SetFunctionNameNoPrefix() local
Dobject_factory.cpp2542 JSHandle<JSFunction> funcHandle(function); in NewJSPrimitiveRef() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp194 JSHandle<JSFunction> funcHandle(thread_, func); in HandleNewObjectEncodeFlag() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp323 JSHandle<JSTaggedValue> funcHandle(thread, func); in NewObjRange() local
476 JSHandle<JSTaggedValue> funcHandle(thread, func); in NewObjApply() local
980 JSHandle<JSTaggedValue> funcHandle(thread, func); in SuperCall() local
1001 JSHandle<JSTaggedValue> funcHandle(thread, func); in SuperCallSpread() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp7090 JSHandle<JSTaggedValue> funcHandle(func); in HWTEST_F_L0() local