Home | History | Annotate | Download | only in ffi

Lines Matching refs:Node

39   Node* ToJS(Node* node, Node* context, FFIType type) {
42 return ChangeInt32ToTagged(node);
48 Node* FromJS(Node* node, Node* context, FFIType type) {
51 return TruncateTaggedToWord32(context, node);
85 Node* context_param = GetJSContextParameter();
87 Node** inputs = zone()->NewArray<Node*>(params + 1);
95 Node* call =
97 Node* return_val = UndefinedConstant();