Home
last modified time | relevance | path

Searched defs:Obj (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/tests/
Dcallable_test.cpp30 struct Obj final { struct
31 int operator()(int x, int y) const in operator ()()
35 int SomeMethod(int x, int y) const in SomeMethod()
/arkcompiler/ets_runtime/test/aottest/constructor_returns_non_object/
Dconstructor_returns_non_object.js16 class Obj extends Object { class
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_GetOrSetAccessor3.ts17 interface Obj { interface
Dtest_GetOrSetAccessor5.ts17 interface Obj { interface
Dtest_GetOrSetAccessor4.ts17 interface Obj { interface
Dtest_GetOrSetAccessor2.ts17 interface Obj { interface
Dtest_GetOrSetAccessor1.ts17 interface Obj { interface
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DsomeSimilarGrammars2.ts29 const { Propx2, Obj: {Propy3, Propy4} } = {Propx2: 12, Obj: {Propy3: 13, Propy4: 14}} constant
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DsomeSimilarGrammars2.ts29 const { Propx2, Obj: {Propy3, Propy4} } = {Propx2:2, Obj: {Propy3:3, Propy4:4}} constant
/arkcompiler/ets_runtime/test/aottest/optimization/
Doptimization.ts79 class Obj { class
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp259 JSHandle<JSObject> Obj = factory->NewJSObject(objClass1); in HWTEST_F_L0() local
330 JSHandle<JSObject> Obj = factory->NewJSObject(objClass); in HWTEST_F_L0() local
407 JSHandle<JSObject> Obj = factory->NewJSObject(objClass); in HWTEST_F_L0() local