HomeSort by relevance Sort by last modified time
    Searched refs:is_function_context (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
contexts.cc 119 if (context->is_function_context()) {
190 } else if (context->is_function_context()) {
216 ASSERT(context->is_function_context());
contexts.h 260 bool is_function_context() { return unchecked_previous() == NULL; } function in class:v8::internal::Context
runtime.cc     [all...]
heap.cc     [all...]

Completed in 16 milliseconds