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

  /external/v8/src/
contexts.cc 63 IsModuleContext()) {
85 !current->IsModuleContext() && !current->IsNativeContext() &&
114 while (!current->IsModuleContext()) {
289 context->IsModuleContext() || context->IsCatchContext()) {
335 if (context->IsModuleContext()) {
397 !context->IsModuleContext());
496 context->IsModuleContext() || !child->IsModuleContext();
contexts-inl.h 106 bool Context::IsModuleContext() const {
contexts.h     [all...]
objects.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 304 context_->IsModuleContext());
345 if (context_->IsModuleContext()) {
557 DCHECK(context_->IsModuleContext());
  /external/v8/src/compiler/
pipeline.cc     [all...]
  /external/v8/src/heap/
factory.cc     [all...]

Completed in 106 milliseconds