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

  /external/v8/src/
variables.h 74 bool has_forced_context_allocation() const { function in class:v8::internal::Variable
scopes.cc 171 ? outer_scope->has_forced_context_allocation() : false;
604 DCHECK(has_forced_context_allocation());
826 if (var->has_forced_context_allocation()) {
    [all...]
scopes.h 256 bool has_forced_context_allocation() const { function in class:v8::internal::Scope

Completed in 46 milliseconds