Home
last modified time | relevance | path

Searched refs:NewSInternalAccessor (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_env_constants.cpp249 auto accessor = factory->NewSInternalAccessor(reinterpret_cast<void *>(JSFunction::PrototypeSetter), in InitSharedMiscellanious()
252 accessor = factory->NewSInternalAccessor(nullptr, reinterpret_cast<void *>(JSFunction::NameGetter)); in InitSharedMiscellanious()
254 accessor = factory->NewSInternalAccessor(nullptr, reinterpret_cast<void *>(JSFunction::LengthGetter)); in InitSharedMiscellanious()
256 accessor = factory->NewSInternalAccessor(reinterpret_cast<void *>(JSArray::LengthSetter), in InitSharedMiscellanious()
259 accessor = factory->NewSInternalAccessor(reinterpret_cast<void *>(JSSharedArray::DummyLengthSetter), in InitSharedMiscellanious()
H A Dobject_factory.h885 JSHandle<AccessorData> NewSInternalAccessor(void *setter, void *getter);
H A Dshared_object_factory.cpp566 JSHandle<AccessorData> ObjectFactory::NewSInternalAccessor(void *setter, void *getter) in NewSInternalAccessor() function in panda::ecmascript::ObjectFactory

Completed in 5 milliseconds