Searched refs:SetJSAPIProperty (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.cpp | 1134 success = SetJSAPIProperty(thread, obj, key, value); in SetProperty() 1164 success = SetJSAPIProperty(thread, obj, keyHandle, value); in SetProperty() 1194 success = SetJSAPIProperty(thread, obj, key, value); in SetProperty() 1852 bool JSTaggedValue::SetJSAPIProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetJSAPIProperty() function in panda::ecmascript::JSTaggedValue
|
| D | js_tagged_value.h | 807 static bool SetJSAPIProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
|