Lines Matching defs:script
1227 Object url_obj = module_object->script().name();
1231 code->LogCode(isolate, url.get(), module_object->script().id());
2160 // Create heap objects for script and module bytes to be stored in the
2164 auto script =
2167 WasmModuleObject::New(isolate_, native_module_, script);
2211 // Finish the wasm script now and make it public to the debugger.
2212 Handle<Script> script(module_object_->script(), isolate_);
2214 if (script->type() == Script::TYPE_WASM &&
2221 script->set_source_mapping_url(*src_map_str.ToHandleChecked());
2226 isolate_->debug()->OnAfterCompile(script);
2252 // repeatedly in case the script is shared).
2253 native_module_->LogWasmCodes(isolate_, module_object_->script());