HomeSort by relevance Sort by last modified time
    Searched refs:should_have_prototype (Results 1 - 8 of 8) sorted by null

  /external/v8/test/mjsunit/regress/
regress-1151.js 29 // should_have_prototype flag set to false.
39 // should_have_prototype set to false.
  /external/v8/src/
accessors.cc 454 while (!function->should_have_prototype()) {
483 if (!function->should_have_prototype()) {
handles.cc 223 ASSERT(function->should_have_prototype());
    [all...]
ic.cc 866 Handle<JSFunction>::cast(object)->should_have_prototype()) {
    [all...]
objects-inl.h 3996 bool JSFunction::should_have_prototype() { function in class:JSFunction
    [all...]
objects.h     [all...]
runtime.cc     [all...]
objects.cc     [all...]

Completed in 313 milliseconds