Lines Matching refs:script
687 uint32_t position, Script::PositionInfo* info) {
1873 compiled_module->script()->type() == Script::TYPE_NORMAL);
1877 Handle<Script> wasm::GetScript(Handle<JSObject> instance) {
1881 return compiled_module->script();
1916 ModuleOrigin origin, Handle<Script> asm_js_script,
1944 // Set script for the asm.js source, and the offset table mapping wasm byte
1956 // Create a new Script object representing this wasm module, store it in the
1958 Handle<Script> script =
1960 script->set_type(Script::TYPE_WASM);
1974 script->set_source_url(*url_str.ToHandleChecked());
1981 script->set_name(*name_str.ToHandleChecked());
1983 script->set_wasm_compiled_module(*compiled_module);
1984 compiled_module->set_script(script);
1985 isolate->debug()->OnAfterCompile(script);