Home
last modified time | relevance | path

Searched defs:expectedOfProperties (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp153 …uint32_t expectedOfProperties = JSFunction::CalcuExpotedOfProperties(fun, &isStartObjSizeTracking); in GetOrCreateInitialJSHClass() local
943 uint32_t expectedOfProperties = CalcuExpotedOfProperties(derived, &isStartObjSizeTracking); in GetOrCreateDerivedJSHClass() local
Djs_hclass.cpp240 uint32_t expectedOfProperties) in CloneAndIncInlinedProperties()