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

  /external/v8/src/objects/
module-inl.h 70 FixedArray* ModuleInfo::namespace_imports() const { function in class:v8::internal::ModuleInfo
83 namespace_imports() == other->namespace_imports() &&
scope-info.cc 910 Handle<FixedArray> namespace_imports = isolate->factory()->NewFixedArray( local
    [all...]
module.h 266 inline FixedArray* namespace_imports() const;
  /external/v8/src/ast/
modules.h 144 const ZoneVector<const Entry*>& namespace_imports() const { function in class:v8::internal::ModuleDescriptor
scopes.cc 235 Handle<FixedArray> namespace_imports(module_info->namespace_imports(),
237 for (int i = 0, n = namespace_imports->length(); i < n; ++i) {
239 ModuleInfoEntry::cast(namespace_imports->get(i)), isolate);
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]

Completed in 282 milliseconds