Home
last modified time | relevance | path

Searched defs:jsObj (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/
Ddynamic_object.cpp64 napi_value jsObj; in TEST_F() local
88 napi_value jsObj {}; in TEST_F() local
112 napi_value jsObj {}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp319 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_001(thread)); in HWTEST_F_L0() local
412 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
426 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
448 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
Dbuiltins_global_test.cpp62 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(jsFunc1), jsFunc… in NewJSObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_1/
Dtest_proxy_reference_storage_1.cpp47 napi_value jsObj; in CreateReference() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp892 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFun), obje… in HWTEST_F_L0() local
951 JSHandle<JSObject> jsObj = in HWTEST_F_L0() local
1036 …JSHandle<JSObject> jsObj = ecma->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>(objec… in HWTEST_F_L0() local
Ddump_test.cpp286 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(jsFunc1), jsFunc… in NewJSObject() local
439 JSHandle<JSObject> jsObj = NewJSObject(thread, factory, globalEnv); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1223 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
1464 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
1569 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
1667 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
2585 Local<JSValueRef> jsObj = JSON::Parse(vm_, StringRef::NewFromUtf8(vm_, jsonStr.c_str())); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp250 auto jsObj = object->GetNapiValue(env); in JSRuntimeInstanceOf() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2958 JSTaggedValue jsObj = JSProxy::ConstructInternal(info); in NewObject() local