Searched defs:has_instance_prototype (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h3969 bool JSFunction::has_instance_prototype() { function in class:JSFunction
3975 return map()->has_non_instance_prototype() || has_instance_prototype();
3980 ASSERT(has_instance_prototype());

Completed in 66 milliseconds