Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1929 JSHandle<JSObject> restObj = factory->NewEmptyJSObject(); in CommonCreateObjectWithExcludedKeys() local
1931 return restObj.GetTaggedValue(); in CommonCreateObjectWithExcludedKeys()
1954 JSObject::SetProperty(thread, restObj, key, value, true); in CommonCreateObjectWithExcludedKeys()
1959 return restObj.GetTaggedValue(); in CommonCreateObjectWithExcludedKeys()