Searched refs:TYPE_WASM (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | script-inl.h | 29 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()
|
D | script.h | 47 TYPE_WASM = 3, enumerator
|
D | objects.cc | 4826 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()
|
D | js-objects.cc | 5654 if (the_script->type() == Script::TYPE_WASM) { in GetSourceLine()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-interface.cc | 410 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 …]
|
D | debug.cc | 758 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()
|
D | debug-scopes.cc | 40 DCHECK_NE(Script::TYPE_WASM, frame_inspector->GetScript()->type()); in ScopeIterator()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
D | gdb-server.cc | 374 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in AddWasmModule()
|
D | wasm-module-debug.cc | 24 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in WasmModuleDebug()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-debug.cc | 556 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/ |
D | wasm-objects.cc | 112 if (script->type() == Script::TYPE_WASM) { in New() 1235 if (module_object->script().type() == Script::TYPE_WASM) { in New()
|
D | wasm-engine.cc | 781 script->set_type(Script::TYPE_WASM); in CreateWasmScript()
|
D | module-compiler.cc | 2214 if (script->type() == Script::TYPE_WASM && in FinishCompile()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 2203 if ((is_wasm = (type() == TYPE_WASM))) { in ScriptPrint()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 182 is_wasm = script->type() == i::Script::TYPE_WASM; in GetScriptOriginForScript() 3079 if (script->type() != i::Script::TYPE_WASM) { in GetWasmFunctionIndex()
|