OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_hidden_prototype
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
accessors.cc
741
JSObject::cast(current)->map()->
is_hidden_prototype
()) {
objects-printer.cc
419
if (
is_hidden_prototype
()) {
runtime.cc
649
!HeapObject::cast(jsobject->GetPrototype())->map()->
is_hidden_prototype
());
650
RUNTIME_ASSERT(!proto->map()->
is_hidden_prototype
());
698
JSObject::cast(proto)->map()->
is_hidden_prototype
())
[
all
...]
objects.h
3620
inline bool
is_hidden_prototype
() {
function in class:v8::internal::Map
[
all
...]
objects.cc
[
all
...]
Completed in 28 milliseconds