Lines Matching refs:Node
13 using compiler::Node;
22 Node* ProxyGetProperty(Node* context, Node* proxy, Node* name,
23 Node* receiver);
27 Node* ProxySetProperty(Node* context, Node* proxy, Node* name, Node* value,
28 Node* receiver);
36 void GotoIfRevokedProxy(Node* object, Label* if_proxy_revoked);
37 Node* AllocateProxy(Node* target, Node* handler, Node* context);
38 Node* AllocateJSArrayForCodeStubArguments(Node* context,
39 CodeStubArguments& args, Node* argc,
41 Node* AllocateProxyRevokeFunction(Node* proxy, Node* context);
42 void CheckHasTrapResult(Node* context, Node* target, Node* proxy, Node* name,
45 void CheckGetSetTrapResult(Node* context, Node* target, Node* proxy,
46 Node* name, Node* trap_result, Label* if_not_found,
50 Node* CreateProxyRevokeFunctionContext(Node* proxy, Node* native_context);