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

  /external/chromium_org/v8/src/
contexts.cc 16 while (!current->IsFunctionContext() && !current->IsNativeContext()) {
135 (context->IsFunctionContext() && context->has_extension())) {
166 if (context->IsFunctionContext() || context->IsBlockContext()) {
170 if (context->IsFunctionContext()) {
235 if (follow_context_chain && context->IsFunctionContext()) {
contexts.h 466 bool IsFunctionContext() {
scopes.cc 220 } else if (context->IsFunctionContext()) {
    [all...]
runtime.cc     [all...]

Completed in 48 milliseconds