Home
last modified time | relevance | path

Searched refs:fast_assign (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc419 Maybe<bool> fast_assign = in SetOrCopyDataProperties() local
421 if (fast_assign.IsNothing()) return Nothing<bool>(); in SetOrCopyDataProperties()
422 if (fast_assign.FromJust()) return Just(true); in SetOrCopyDataProperties()

Completed in 9 milliseconds