Home
last modified time | relevance | path

Searched defs:jsObj (Results 1 – 18 of 18) 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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/
Dgeneric_call_params.test.js22 const jsObj = {}; constant
41 jsObj, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/
Dgeneric_as_parameter.test.js22 const jsObj = {}; constant
41 jsObj, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/
Dgeneric_static.test.js21 const jsObj = {}; constant
48 jsObj, property
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp212 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_001(thread)); in HWTEST_F_L0() local
305 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
319 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
341 auto jsObj = JSHandle<JSObject>(thread, JSDateTimeFormatForObj_002(thread)); in HWTEST_F_L0() local
Dbuiltins_global_test.cpp40 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(jsFunc1), jsFunc… in NewJSObject() local
238 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(jsFunc1), jsFunc… in HWTEST_F_L0() local
Dbuiltins_array_test.cpp249 JSHandle<JSObject> jsObj(obj); in DefineOwnPropertyCommonTest() local
Dbuiltins_shared_array_test.cpp247 JSHandle<JSObject> jsObj(obj); in SharedArrayDefineOwnPropertyTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_1/
Dtest_proxy_reference_storage_1.cpp46 napi_value jsObj; in CreateReference() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp782 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFun), obje… in HWTEST_F_L0() local
841 JSHandle<JSObject> jsObj = in HWTEST_F_L0() local
926 …JSHandle<JSObject> jsObj = ecma->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>(objec… in HWTEST_F_L0() local
Ddump_test.cpp355 …JSHandle<JSObject> jsObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(jsFunc1), jsFunc… in NewJSObject() local
514 JSHandle<JSObject> jsObj = NewJSObject(thread, factory, globalEnv); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp77 auto *jsObj = JSObject::Cast(obj); in CheckSendableProps() local
Dason_test.cpp69 auto *jsObj = JSObject::Cast(obj); in CheckSendableProps() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp1421 JSObject *jsObj = JSObject::Cast(obj); in GetHClass() local
1449 JSObject *jsObj = JSObject::Cast(obj); in GetHClass() local
Dtype_info_accessors.h1934 JSObject *jsObj = JSObject::Cast(obj); in CanOptimize() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp200 auto jsObj = object->GetNapiValue(env); in JSRuntimeInstanceOfDynamic() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1209 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
1450 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
1555 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
1653 Local<JSValueRef> jsObj = claFunc->Constructor(vm, argv, 1); in New() local
2572 Local<JSValueRef> jsObj = JSON::Parse(vm_, StringRef::NewFromUtf8(vm_, jsonStr.c_str())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3464 JSTaggedValue jsObj = JSProxy::ConstructInternal(info); in NewObject() local