OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_function_context
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
contexts.cc
122
if (context->
is_function_context
()) {
193
} else if (context->
is_function_context
()) {
220
ASSERT(context->
is_function_context
());
contexts.h
287
bool
is_function_context
() { return unchecked_previous() == NULL; }
function in class:v8::internal::Context
runtime.cc
[
all
...]
heap.cc
[
all
...]
Completed in 25 milliseconds