Searched defs:obj7 (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/supercall/ |
| D | supercall_dynamic.js | 30 …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/ |
| D | objectLiteralAssignability.ts | 30 var obj7: {} | { a: number } | { a: string, b: number } | { a: boolean, b: string, c: number }; variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | objectLiteralAssignability.ts | 30 var obj7: {} | { a: number } | { a: string, b: number } | { a: boolean, b: string, c: number }; variable
|
| /arkcompiler/ets_runtime/test/moduletest/objectentries/ |
| D | objectentries.js | 100 let obj7 = { variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 1006 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/ |
| D | jsnapi_sample.cpp | 2687 Local<ObjectRef> obj7 = ObjectRef::New(vm_); in HWTEST_F_L0() local
|