Home
last modified time | relevance | path

Searched defs:Obj (Results 1 – 17 of 17) 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_GetOrSetAccessor5.ts17 interface Obj { interface
Dtest_GetOrSetAccessor4.ts17 interface Obj { interface
Dtest_GetOrSetAccessor3.ts17 interface Obj { interface
Dtest_GetOrSetAccessor2.ts17 interface Obj { interface
Dtest_GetOrSetAccessor1.ts17 interface Obj { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dot_operator/sts_to_js/
Dcheck_not_nullish_operator.js20 const Obj = new CheckDotClass(); constant
Dcheck_call_chaining.js22 const Obj = new CheckDotClass(); constant
Dcheck_call_method_for_value.js21 const Obj = new CheckDotClass(); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dot_operator/ts_to_sts/
Dmain.ts18 export const Obj = { constant
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/apply/
Dnewobjapply_dynamic.js16 class Obj { class
/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_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DsomeSimilarGrammars2.ts29 const { Propx2, Obj: {Propy3, Propy4} } = {Propx2: 12, Obj: {Propy3: 13, Propy4: 14}} constant
/arkcompiler/ets_runtime/test/aottest/optimization/
Doptimization.ts79 class Obj { class
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp283 JSHandle<JSObject> Obj = factory->NewJSObject(objClass1); in HWTEST_F_L0() local
354 JSHandle<JSObject> Obj = factory->NewJSObject(objClass); in HWTEST_F_L0() local
431 JSHandle<JSObject> Obj = factory->NewJSObject(objClass); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp66 … bool TryUpdateRefField(BaseObject* Obj, RefField<>& field, BaseObject*& toVersion) const override in TryUpdateRefField()