Home
last modified time | relevance | path

Searched refs:is_catch_context (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dfactory.h133 bool is_catch_context);
Dfactory.cc141 bool is_catch_context) { in NewWithContext() argument
144 is_catch_context), in NewWithContext()
Dheap.h479 bool is_catch_context);
Dheap.cc3031 bool is_catch_context) { in AllocateWithContext() argument
3035 context->set_map(is_catch_context ? catch_context_map() : context_map()); in AllocateWithContext()
Druntime.cc5046 static Object* PushContextHelper(Object* object, bool is_catch_context) { in PushContextHelper() argument
5064 is_catch_context); in PushContextHelper()