Home
last modified time | relevance | path

Searched defs:numberOfInlinedProps (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp196 uint32_t numberOfInlinedProps = obj->GetJSHClass()->GetInlinedProperties(); in FunctionPrototypeBind() local
250 uint32_t numberOfInlinedProps = obj->GetJSHClass()->GetInlinedProperties(); in FunctionPrototypeBind() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp474 int numberOfInlinedProps = newJsHClass->GetInlinedProperties(); in OptimizeAsFastProperties() local
Djs_object.cpp306 int numberOfInlinedProps = obj->GetJSHClass()->GetInlinedProperties(); in OptimizeAsFastProperties() local