Home
last modified time | relevance | path

Searched defs:obj7 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/supercall/
Dsupercall_dynamic.js30 …constructor(obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj1… argument
35 …constructor(obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj1… argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts30 var obj7: {} | { a: number } | { a: string, b: number } | { a: boolean, b: string, c: number }; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DobjectLiteralAssignability.ts30 var obj7: {} | { a: number } | { a: string, b: number } | { a: boolean, b: string, c: number }; variable
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js100 let obj7 = { variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1006 JSHandle<JSObject> obj7 = JSObject::ObjectCreate(thread, obj6); in HWTEST_F_L0() local
1091 JSHandle<JSObject> obj7 = JSObject::ObjectCreate(thread, obj6); in HWTEST_F_L0() local
1168 JSHandle<JSObject> obj7 = JSObject::ObjectCreate(thread, obj6); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2687 Local<ObjectRef> obj7 = ObjectRef::New(vm_); in HWTEST_F_L0() local