Home
last modified time | relevance | path

Searched refs:CalculateExpectedNofProperties (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function.h308 static V8_WARN_UNUSED_RESULT int CalculateExpectedNofProperties(
Djs-function.cc734 CalculateExpectedNofProperties(isolate, function); in EnsureHasInitialMap()
943 JSFunction::CalculateExpectedNofProperties(isolate, new_target)); in FastInitializeDerivedMap()
1257 int JSFunction::CalculateExpectedNofProperties(Isolate* isolate, in CalculateExpectedNofProperties() function in v8::internal::JSFunction