Home
last modified time | relevance | path

Searched defs:funcHandle (Results 1 – 5 of 5) 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.cpp429 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionName() local
442 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionLength() local
515 JSHandle<JSTaggedValue> funcHandle(thread, func); in SetFunctionNameNoPrefix() local
Dobject_factory.cpp1791 JSHandle<JSFunction> funcHandle(function); in NewJSPrimitiveRef() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp348 JSHandle<JSTaggedValue> funcHandle(thread, func); in NewObjRange() local
480 JSHandle<JSTaggedValue> funcHandle(thread, func); in NewObjApply() local
976 JSHandle<JSTaggedValue> funcHandle(thread, func); in SuperCall() local
997 JSHandle<JSTaggedValue> funcHandle(thread, func); in SuperCallSpread() local