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

/external/chromium_org/v8/src/
H A Dobjects.h255 // will cause polymorphism with other objects. REGULAR_PROTOTYPE is to be used
258 enum PrototypeOptimizationMode { REGULAR_PROTOTYPE, FAST_PROTOTYPE }; enumerator in enum:v8::internal::PrototypeOptimizationMode
H A Dobjects.cc11698 from_javascript ? REGULAR_PROTOTYPE : FAST_PROTOTYPE;

Completed in 556 milliseconds