Home
last modified time | relevance | path

Searched refs:rawObj (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_string.cpp43 JSHandle<JSObject> rawObj(rawArr); in GetTemplateObject()
52 JSArray::DefineOwnProperty(thread, rawObj, i, descRaw); in GetTemplateObject()
54 JSObject::SetIntegrityLevel(thread, rawObj, IntegrityLevel::FROZEN); in GetTemplateObject()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp176 JSHandle<JSObject> rawObj = JSTaggedValue::ToObject(thread, rawTag); in Raw() local
177 // ReturnIfAbrupt(rawObj). in Raw()
181 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(rawObj), lengthKey).GetValue(); in Raw()
197 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(rawObj), i).GetValue(); in Raw()

Completed in 6 milliseconds