Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp216 …uint32_t expectedOfProperties = JSFunction::CalcuExpotedOfProperties(thread, fun, &isStartObjSizeT… in GetOrCreateInitialJSHClass() local
1007 …uint32_t expectedOfProperties = CalcuExpotedOfProperties(thread, derived, &isStartObjSizeTracking); in GetOrCreateDerivedJSHClass() local
Djs_hclass.cpp253 uint32_t expectedOfProperties) in CloneAndIncInlinedProperties()