Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h146 bool is_catch_context);
Dfactory.cc225 bool is_catch_context) { in NewWithContext() argument
230 is_catch_context), in NewWithContext()
Dheap.h642 bool is_catch_context);
Dheap.cc3802 bool is_catch_context) { in AllocateWithContext() argument
3808 context->set_map(is_catch_context ? catch_context_map() : in AllocateWithContext()
Druntime.cc7571 bool is_catch_context) { in PushContextHelper() argument
7591 isolate->context(), JSObject::cast(js_object), is_catch_context); in PushContextHelper()