Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/tests/
Dequiv_classes_test.cpp24 struct Obj { struct
25 int data = 0;
26 bool operator==(const Obj &rhs) const in operator ==()
30 bool operator<(const Obj &rhs) const in operator <()
/arkcompiler/ets_runtime/test/aottest/constructor_returns_non_object/
Dconstructor_returns_non_object.js16 class Obj extends Object { class
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp269 JSHandle<JSObject> Obj = factory->NewJSObject(objClass1); in HWTEST_F_L0() local
336 JSHandle<JSObject> Obj = factory->NewJSObject(objClass); in HWTEST_F_L0() local
407 JSHandle<JSObject> Obj = factory->NewJSObject(objClass); in HWTEST_F_L0() local