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

  /external/chromium_org/v8/src/
variables.h 76 return force_context_allocation_;
80 force_context_allocation_ = true;
156 bool force_context_allocation_; // set by variable resolver member in class:v8::internal::Variable
variables.cc 51 force_context_allocation_(false),
scopes.h 250 force_context_allocation_ = true;
253 return force_context_allocation_;
475 bool force_context_allocation_; member in class:v8::internal::Scope
scopes.cc 174 force_context_allocation_ = (outer_scope != NULL && !is_function_scope())
    [all...]

Completed in 2754 milliseconds