Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/static/tests/
Dobject_repository.cpp126 auto clsObj = obj.CreateObject(TypedValue::Reference(clsObject)); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp126 auto clsObj = obj.CreateObject(TypedValue::Reference(clsObject)); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp172 uint8_t JSRuntimeInstanceOfStaticIntrinsic(JSValue *object, EtsClass *clsObj) in JSRuntimeInstanceOfStaticIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp238 EtsObject *JSRuntimeGetValueObject(JSValue *etsJsValue, EtsClass *clsObj) in JSRuntimeGetValueObject()
782 auto clsObj = paramType->GetFieldObject(field); in JSRuntimeInstanceOfStaticType() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1370 JSHandle<JSTaggedValue> clsObj = JSNApiHelper::ToJSHandle(Local<JSValueRef>(cls)); in HWTEST_F_L0() local