Home
last modified time | relevance | path

Searched refs:clsObj (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dobject_repository.cpp123 auto clsObj = obj.CreateObject(TypedValue::Reference(clsObject)); in TEST_F() local
124 ASSERT_EQ(clsObj.GetObjectId(), RemoteObjectId(1)); in TEST_F()
125 ASSERT_THAT(ToJson(clsObj), GetObjectProperties(testing::_, testing::_, "1")); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
H A Dstd_js_jsruntime.cpp143 uint8_t JSRuntimeInstanceOfStaticIntrinsic(JSValue *object, EtsClass *clsObj) in JSRuntimeInstanceOfStaticIntrinsic() argument
145 return JSRuntimeInstanceOfStatic(object, clsObj); in JSRuntimeInstanceOfStaticIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dintrinsics_api_impl.h35 EtsObject *JSRuntimeGetValueObject(JSValue *etsJsValue, EtsClass *clsObj);
H A Dintrinsics_api_impl.cpp122 EtsObject *JSRuntimeGetValueObject(JSValue *etsJsValue, EtsClass *clsObj) in JSRuntimeGetValueObject() argument
126 auto cls = clsObj->GetRuntimeClass(); in JSRuntimeGetValueObject()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1357 JSHandle<JSTaggedValue> clsObj = JSNApiHelper::ToJSHandle(Local<JSValueRef>(cls)); in HWTEST_F_L0() local
1358 ASSERT_TRUE(clsObj->IsClassConstructor()); in HWTEST_F_L0()
1361 JSHandle<JSFunction>(clsObj)->GetPropertyInlinedProps(JSFunction::CLASS_PROTOTYPE_INLINE_PROPERTY_INDEX); in HWTEST_F_L0()
1364 accessor = JSHandle<JSFunction>(clsObj)->GetPropertyInlinedProps(JSFunction::LENGTH_INLINE_PROPERTY_INDEX); in HWTEST_F_L0()

Completed in 8 milliseconds