Lines Matching refs:cast
32 SourceTextModule::cast(module).GetScript().GetNameOrSourceURL().Print(os);
34 SyntheticModule::cast(module).name().Print(os);
93 auto self = SourceTextModule::cast(*module);
114 SourceTextModule::cast(*module).requested_modules(), isolate)
125 ResetGraph(isolate, Handle<Module>::cast(descendant));
141 ? SourceTextModule::cast(*module).regular_exports().length()
142 : SyntheticModule::cast(*module).export_names().length();
146 SourceTextModule::Reset(isolate, Handle<SourceTextModule>::cast(module));
170 isolate, Handle<SourceTextModule>::cast(module), module_specifier,
174 isolate, Handle<SyntheticModule>::cast(module), module_specifier,
219 isolate, Handle<SourceTextModule>::cast(module), context, callback,
223 isolate, Handle<SyntheticModule>::cast(module), context);
237 isolate, Handle<SourceTextModule>::cast(module), stack, dfs_index,
241 isolate, Handle<SyntheticModule>::cast(module));
258 JSPromise::cast(module->top_level_capability()), isolate);
276 module = Handle<SourceTextModule>::cast(module)->GetCycleRoot(isolate);
282 return handle(JSPromise::cast(module->top_level_capability()), isolate);
288 Handle<SourceTextModule>::cast(module));
291 Handle<SyntheticModule>::cast(module));
301 return Handle<JSModuleNamespace>::cast(object);
310 isolate, Handle<SourceTextModule>::cast(module), &zone, &visited);
319 names.push_back(handle(String::cast(key), isolate));
365 Map::GetOrCreatePrototypeInfo(Handle<JSObject>::cast(ns), isolate);
377 Handle<Object> value(Cell::cast(*object).value(), isolate);
397 Handle<String> name = Handle<String>::cast(it->GetName());
405 Handle<Object> value(Handle<Cell>::cast(lookup)->value(), isolate);
458 SourceTextModule root = SourceTextModule::cast(*this);
475 Module descendant = Module::cast(requested_modules.get(i));
478 if (!cycle) worklist.push_back(SourceTextModule::cast(descendant));