Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp627 success = SetJSAPIProperty(thread, obj, key, value); in SetProperty()
657 success = SetJSAPIProperty(thread, obj, keyHandle, value); in SetProperty()
687 success = SetJSAPIProperty(thread, obj, key, value); in SetProperty()
1261 bool JSTaggedValue::SetJSAPIProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetJSAPIProperty() function in panda::ecmascript::JSTaggedValue
Djs_tagged_value.h733 static bool SetJSAPIProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,