Searched refs:obj7 (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/objectentries/ |
H A D | objectentries.js | 100 let obj7 = { 138 print(JSON.stringify(Object.entries(obj7)));
|
/arkcompiler/ets_runtime/test/moduletest/object/ |
H A D | object.js | 87 let obj7 = Object.create( 217 let desc7 = Object.getOwnPropertyDescriptors(obj7);
|
/arkcompiler/toolchain/tooling/test/testcases/js/ |
H A D | module_variable.js | 62 import {obj6 as obj7} from "./export_variable_second.js"; 270 var num24 = obj7;
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_object_test.cpp | 1008 JSHandle<JSObject> obj7 = JSObject::ObjectCreate(thread, obj6); in HWTEST_F_L0() local 1032 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj7), obj7Key, obj7Value); in HWTEST_F_L0() 1040 JSHandle<JSHClass> obj7Class(thread, obj7->GetJSHClass()); in HWTEST_F_L0() 1091 JSHandle<JSObject> obj7 = JSObject::ObjectCreate(thread, obj6); in HWTEST_F_L0() local 1115 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj7), obj7Key, obj7Value); in HWTEST_F_L0() 1123 JSHandle<JSHClass> obj7Class(thread, obj7->GetJSHClass()); in HWTEST_F_L0() 1166 JSHandle<JSObject> obj7 = JSObject::ObjectCreate(thread, obj6); in HWTEST_F_L0() local 1190 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj7), obj7Key, obj7Value); in HWTEST_F_L0() 1193 JSHandle<JSHClass> obj7Class(thread, obj7->GetJSHClass()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 2600 * "obj7": { 2639 Local<ObjectRef> obj7 = ObjectRef::New(vm_); in HWTEST_F_L0() local 2640 obj7->Set(vm_, StringRef::NewFromUtf8(vm_, "key71"), StringRef::NewFromUtf8(vm_, "val71")); in HWTEST_F_L0() 2641 obj7->Set(vm_, StringRef::NewFromUtf8(vm_, "key72"), StringRef::NewFromUtf8(vm_, "val72")); in HWTEST_F_L0() 2642 obj7->Set(vm_, StringRef::NewFromUtf8(vm_, "key73"), StringRef::NewFromUtf8(vm_, "val73")); in HWTEST_F_L0() 2644 obj->Set(vm_, StringRef::NewFromUtf8(vm_, "obj7"), obj7); in HWTEST_F_L0()
|
Completed in 10 milliseconds