Searched refs:GetTrapValue (Results 1 – 1 of 1) sorted by relevance
191 Node* GetTrapValue(wasm::FunctionSig* sig) { in GetTrapValue() function in v8::internal::compiler::WasmTrapHelper193 return GetTrapValue(sig->GetReturn()); in GetTrapValue()199 Node* GetTrapValue(wasm::LocalType type) { in GetTrapValue() function in v8::internal::compiler::WasmTrapHelper283 Node* ret_value = GetTrapValue(builder_->GetFunctionSignature()); in BuildTrapCode()