| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/ |
| D | dynamic_object.cpp | 64 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/ |
| D | generic_call_params.test.js | 22 const jsObj = {}; constant 41 jsObj, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/ |
| D | generic_as_parameter.test.js | 22 const jsObj = {}; constant 41 jsObj, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/ |
| D | generic_static.test.js | 21 const jsObj = {}; constant 48 jsObj, property
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_second_test.cpp | 212 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
|
| D | builtins_global_test.cpp | 40 …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
|
| D | builtins_array_test.cpp | 249 JSHandle<JSObject> jsObj(obj); in DefineOwnPropertyCommonTest() local
|
| D | builtins_shared_array_test.cpp | 247 JSHandle<JSObject> jsObj(obj); in SharedArrayDefineOwnPropertyTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_1/ |
| D | test_proxy_reference_storage_1.cpp | 46 napi_value jsObj; in CreateReference() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_value_test.cpp | 782 …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
|
| D | dump_test.cpp | 355 …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/ |
| D | json_parser_test.cpp | 77 auto *jsObj = JSObject::Cast(obj); in CheckSendableProps() local
|
| D | ason_test.cpp | 69 auto *jsObj = JSObject::Cast(obj); in CheckSendableProps() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_info_accessors.cpp | 1421 JSObject *jsObj = JSObject::Cast(obj); in GetHClass() local 1449 JSObject *jsObj = JSObject::Cast(obj); in GetHClass() local
|
| D | type_info_accessors.h | 1934 JSObject *jsObj = JSObject::Cast(obj); in CanOptimize() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.cpp | 200 auto jsObj = object->GetNapiValue(env); in JSRuntimeInstanceOfDynamic() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1209 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/ |
| D | runtime_stubs.cpp | 3464 JSTaggedValue jsObj = JSProxy::ConstructInternal(info); in NewObject() local
|