Home | History | Annotate | Download | only in objects

Lines Matching refs:cast

143     Handle<String> name(String::cast(names->get(i)), isolate);
164 return Cell::cast(cell);
212 ResetGraph(isolate, Handle<Module>::cast(descendant));
241 module->set_code(JSFunction::cast(module->code())->shared());
284 return SharedFunctionInfo::cast(code());
287 return JSFunction::cast(code())->shared();
290 return JSGeneratorObject::cast(code())->function()->shared();
305 Module::cast(module->requested_modules()->get(module_request)), isolate);
307 String::cast(module->info()->module_requests()->get(module_request)),
326 return Handle<Cell>::cast(object);
355 Handle<ModuleInfoEntry> entry = Handle<ModuleInfoEntry>::cast(object);
356 Handle<String> import_name(String::cast(entry->import_name()), isolate);
396 i::ModuleInfoEntry::cast(special_exports->get(i)), isolate);
488 Handle<String> specifier(String::cast(module_requests->get(i)), isolate);
502 Handle<Module> requested_module(Module::cast(requested_modules->get(i)),
526 ModuleInfoEntry::cast(special_exports->get(i)), isolate);
529 CreateIndirectExport(isolate, module, Handle<String>::cast(export_name),
539 Handle<JSFunction> function(JSFunction::cast(module->code()), isolate);
550 DCHECK_EQ(*function, Handle<JSGeneratorObject>::cast(generator)->function());
591 Handle<SharedFunctionInfo> shared(SharedFunctionInfo::cast(module->code()),
606 Handle<Module> requested_module(Module::cast(requested_modules->get(i)),
635 ModuleInfoEntry::cast(regular_imports->get(i)), isolate);
636 Handle<String> name(String::cast(entry->import_name()), isolate);
652 ModuleInfoEntry::cast(special_exports->get(i)), isolate);
658 Handle<String>::cast(name), loc, true, &resolve_set)
715 Handle<JSGeneratorObject> generator(JSGeneratorObject::cast(module->code()),
728 Handle<Module> requested_module(Module::cast(requested_modules->get(i)),
756 DCHECK(static_cast<JSIteratorResult*>(JSObject::cast(*result))
762 static_cast<JSIteratorResult*>(JSObject::cast(*result))->value(),
787 ModuleInfoEntry::cast(special_exports->get(i)), isolate);
793 Module::cast(module->requested_modules()->get(entry->module_request())),
808 Handle<String> name(String::cast(key), isolate);
813 Handle<Cell> cell(Cell::cast(requested_exports->ValueAt(i)), isolate);
846 Module::cast(module->requested_modules()->get(module_request)), isolate);
856 return Handle<JSModuleNamespace>::cast(object);
869 names.push_back(handle(String::cast(key), isolate));
905 Map::GetOrCreatePrototypeInfo(Handle<JSObject>::cast(ns), isolate);
917 Handle<Object> value(Handle<Cell>::cast(object)->value(), isolate);
929 Handle<String> name = Handle<String>::cast(it->GetName());
939 Handle<Object> value(Handle<Cell>::cast(lookup)->value(), isolate);