Searched refs:ToJS (Results 1 – 3 of 3) sorted by relevance
39 Node* ToJS(Node* node, Node* context, FFIType type) { in ToJS() function in v8::internal::ffi::FFIAssembler99 return_val = ToJS(call, context_param, func->sig->GetReturn()); in GenerateJSToNativeWrapper()
196 Node* ToJS(Node* node, wasm::ValueType type);
2473 Node* WasmGraphBuilder::ToJS(Node* node, wasm::ValueType type) { in ToJS() function in v8::internal::compiler::WasmGraphBuilder2815 Node* jsval = ToJS( in BuildJSToWasmWrapper()2826 args[pos++] = ToJS(param, sig->GetParam(i)); in AddParameterNodes()