Home
last modified time | relevance | path

Searched defs:obj1 (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DoctalIntegerLiteralES6.ts85 obj1[0o45436]; // string variable
DbinaryIntegerLiteral.ts85 obj1[0b11010]; // string variable
DoctalIntegerLiteral.ts85 obj1[0o45436]; // string variable
DbinaryIntegerLiteralES6.ts85 obj1[0b11010]; // string variable
DassignmentCompatability5.ts26 …export interface interfaceOne<T> { one: T; }; let obj1: interface… variable
DtypeGuardsInProperties.ts99 let obj1: { variable
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js31 let obj1 = new C32(); variable
/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/
Dduplicatefunctions.ts37 var obj1 = new Obj1(); variable
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts33 var obj1 = new Obj1(1); variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-constructor-type-as-type-annotation.ts42 let obj1 = new MyClass(); variable
/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/
Dlinkedhashtable.js23 let obj1 = {"code": 800000005}; variable
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js24 let obj1 = {x : 1, y : 2, z :3}; variable
/arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/
Dloadicbyvalue.js48 var obj1 = { variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js26 var obj1 = { variable
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_optimizations_test.cpp57 uint32_t obj1 = 1U; variable
132 uint32_t obj1 = 1U; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall.ts34 var obj1: callAbleObj1; variable
DobjectLiteralAssignability.ts17 var obj1: { c: number }; variable
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js32 var obj1 = {a:2, b:3, c:4}; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp190 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
512 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
537 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
562 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
586 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
610 JSHandle<JSTaggedValue> obj1( in HWTEST_F_L0() local
821 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
857 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
895 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
932 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js176 const obj1 = { variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_finalization_registry_test.cpp226 auto obj1 = in HWTEST_F_L0() local
280 auto obj1 = in HWTEST_F_L0() local
332 auto obj1 = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp189 auto obj1 = constpool1->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0() local
232 auto obj1 = constpool->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js583 var obj1 = {"qq":10}; variable
736 let obj1 = { variable
/arkcompiler/toolchain/tooling/test/testcases/js/
Dmodule_variable.js127 var obj1 = { variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp64 JSHandle<JSTaggedValue> obj1 = GetCallArg(info, 0); in CompareHClass() local

12