Home
last modified time | relevance | path

Searched refs:GetJSAPIProperty (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp983 return GetJSAPIProperty(thread, obj, key); in GetProperty()
1010 return GetJSAPIProperty(thread, obj, keyHandle); in GetProperty()
1037 return GetJSAPIProperty(thread, obj, key); in GetProperty()
1725 OperationResult JSTaggedValue::GetJSAPIProperty(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in GetJSAPIProperty() function in panda::ecmascript::JSTaggedValue
Djs_tagged_value.h741 static OperationResult GetJSAPIProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,