Searched defs:funcHandle (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_proxy_test.cpp | 297 …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
|
| D | js_function_test.cpp | 88 JSHandle<JSTaggedValue> funcHandle(func); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 429 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionName() local 442 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionLength() local 515 JSHandle<JSTaggedValue> funcHandle(thread, func); in SetFunctionNameNoPrefix() local
|
| D | object_factory.cpp | 1791 JSHandle<JSFunction> funcHandle(function); in NewJSPrimitiveRef() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 348 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
|