Searched defs:funcHandle (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_proxy_test.cpp | 271 …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
|
| D | js_function_test.cpp | 64 JSHandle<JSTaggedValue> funcHandle(func); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 819 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionName() local 832 JSHandle<JSTaggedValue> funcHandle(func); in SetFunctionLength() local 916 JSHandle<JSTaggedValue> funcHandle(thread, func); in SetFunctionNameNoPrefix() local
|
| D | object_factory.cpp | 2542 JSHandle<JSFunction> funcHandle(function); in NewJSPrimitiveRef() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_deserializer.cpp | 194 JSHandle<JSFunction> funcHandle(thread_, func); in HandleNewObjectEncodeFlag() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 323 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/ |
| D | ffi_workload.cpp | 7090 JSHandle<JSTaggedValue> funcHandle(func); in HWTEST_F_L0() local
|