Home
last modified time | relevance | path

Searched refs:TYPE_WASM (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscript-inl.h29 this->type() == TYPE_WASM) in NEVER_READ_ONLY_SPACE_IMPL()
31 kEvalFromPositionOffset, this->type() == TYPE_WASM) in NEVER_READ_ONLY_SPACE_IMPL()
33 kSharedFunctionInfosOffset, this->type() == TYPE_WASM) in NEVER_READ_ONLY_SPACE_IMPL()
34 #define CHECK_SCRIPT_NOT_WASM this->type() != TYPE_WASM in NEVER_READ_ONLY_SPACE_IMPL()
97 if (type() == TYPE_WASM) { in DEF_GETTER()
107 DCHECK_NE(TYPE_WASM, type()); in set_shared_function_infos()
124 return type() == TYPE_WASM && wasm_breakpoint_infos().length() > 0; in has_wasm_breakpoint_infos()
Dscript.h47 TYPE_WASM = 3, enumerator
Dobjects.cc4826 DCHECK(script->type() != Script::TYPE_WASM || in InitLineEnds()
4855 init_line_ends = script->type() != Script::TYPE_WASM; in GetPositionInfo()
4865 case TYPE_WASM: in IsSubjectToDebugging()
4932 if (type() == Script::TYPE_WASM) { in GetPositionInfo()
Djs-objects.cc5654 if (the_script->type() == Script::TYPE_WASM) { in GetSourceLine()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc410 if (script->type() == i::Script::TYPE_WASM) return 0; in EndLine()
426 if (script->type() == i::Script::TYPE_WASM) { in EndColumn()
476 if (script->type() == i::Script::TYPE_WASM) { in Source()
488 return Utils::OpenHandle(this)->type() == i::Script::TYPE_WASM; in IsWasm()
515 if (script->type() == i::Script::TYPE_WASM) { in GetPossibleBreakpoints()
567 if (script->type() == i::Script::TYPE_WASM) { in GetSourceOffset()
628 if (script->type() == i::Script::TYPE_WASM) { in SetInstrumentationBreakpoint()
677 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in GetDebugSymbolType()
692 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in ExternalSymbolsURL()
708 DCHECK_EQ(i::Script::TYPE_WASM, script->type()); in NumFunctions()
[all …]
Ddebug.cc758 if (script->type() == Script::TYPE_WASM) { in SetBreakPointForScript()
911 DCHECK_EQ(Script::TYPE_WASM, script->type()); in SetInstrumentationBreakpointForWasmScript()
922 if (script->type() == Script::TYPE_WASM) { in RemoveBreakpointForWasmScript()
2407 if (!script->IsUserJavaScript() && script->type() != i::Script::TYPE_WASM) { in ProcessCompileEvent()
Ddebug-scopes.cc40 DCHECK_NE(Script::TYPE_WASM, frame_inspector->GetScript()->type()); in ScopeIterator()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-server.cc374 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in AddWasmModule()
Dwasm-module-debug.cc24 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in WasmModuleDebug()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc556 if (script->type() == Script::TYPE_WASM) { in ScriptLinePosition()
598 const bool is_wasm_script = script->type() == Script::TYPE_WASM; in GetJSPositionInfo()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc112 if (script->type() == Script::TYPE_WASM) { in New()
1235 if (module_object->script().type() == Script::TYPE_WASM) { in New()
Dwasm-engine.cc781 script->set_type(Script::TYPE_WASM); in CreateWasmScript()
Dmodule-compiler.cc2214 if (script->type() == Script::TYPE_WASM && in FinishCompile()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2203 if ((is_wasm = (type() == TYPE_WASM))) { in ScriptPrint()
/third_party/node/deps/v8/src/api/
Dapi.cc182 is_wasm = script->type() == i::Script::TYPE_WASM; in GetScriptOriginForScript()
3079 if (script->type() != i::Script::TYPE_WASM) { in GetWasmFunctionIndex()