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

  /external/v8/src/
contexts.cc 39 while (!current->IsFunctionContext() && !current->IsGlobalContext()) {
116 (context->IsFunctionContext() && context->has_extension())) {
137 if (context->IsFunctionContext() || context->IsBlockContext()) {
141 if (context->IsFunctionContext()) {
198 if (follow_context_chain && context->IsFunctionContext()) {
contexts.h 343 bool IsFunctionContext() {
scopes.cc 219 } else if (context->IsFunctionContext()) {
    [all...]
runtime.cc     [all...]

Completed in 29 milliseconds