Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp478 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp854 HWTEST_F_L0(JSTaggedValueTest, ToObject) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2894 Local<ObjectRef> JSValueRef::ToObject(const EcmaVM *vm) in ToObject() function in panda::JSValueRef