Home
last modified time | relevance | path

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

/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_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_runtime/test/moduletest/objectentries/
Dobjectentries.js100 let obj7 = { variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1008 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
1166 JSHandle<JSObject> obj7 = JSObject::ObjectCreate(thread, obj6); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2639 Local<ObjectRef> obj7 = ObjectRef::New(vm_); in HWTEST_F_L0() local