Home
last modified time | relevance | path

Searched defs:SetGetter (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h171 inline void SetGetter(JSHandle<JSTaggedValue> value) in SetGetter() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h660 void SetGetter(Local<JSValueRef> value) in SetGetter() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp239 void ContainersPrivate::SetGetter(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<J… in SetGetter() function in panda::ecmascript::containers::ContainersPrivate
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3307 void Builtins::SetGetter(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in SetGetter() function in panda::ecmascript::Builtins