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

  /external/chromium_org/v8/src/
variables.h 98 bool has_forced_context_allocation() const { function in class:v8::internal::Variable
scopes.cc 201 ? outer_scope->has_forced_context_allocation() : false;
614 ASSERT(has_forced_context_allocation());
836 if (var->has_forced_context_allocation()) {
    [all...]
scopes.h 277 bool has_forced_context_allocation() const { function in class:v8::internal::Scope
  /external/v8/src/
variables.h 98 bool has_forced_context_allocation() const { function in class:v8::internal::Variable
scopes.cc 771 if (var->has_forced_context_allocation()) {
    [all...]

Completed in 429 milliseconds