Searched refs:GetNumPrototypeInlinedProperties (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_set.h | 74 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_map.h | 85 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_dataview.h | 115 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_date.h | 285 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_array.h | 224 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_typedarray.h | 256 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins_string.h | 240 static size_t GetNumPrototypeInlinedProperties() in GetNumPrototypeInlinedProperties() function
|
| D | builtins.cpp | 958 … JSObject::SIZE, Date::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototypeVal); in InitializeDate() 1350 …JSObject::SIZE, BuiltinsSet::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototy… in InitializeSet() 1425 …JSObject::SIZE, BuiltinsMap::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototy… in InitializeMap() 1733 … factory_->NewEcmaHClass(JSPrimitiveRef::SIZE, BuiltinsString::GetNumPrototypeInlinedProperties(), in InitializeString() 2079 objFuncPrototypeVal, BuiltinsArray::GetNumPrototypeInlinedProperties()); in InitializeArray() 2171 JSObject::SIZE, BuiltinsTypedArray::GetNumPrototypeInlinedProperties(), in InitializeTypedArray() 2581 …JSObject::SIZE, DataView::GetNumPrototypeInlinedProperties(), JSType::JS_OBJECT, objFuncPrototypeV… in InitializeDataView()
|