Searched refs:NOPROPS (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | js-operator.h | 72 #define NOPROPS(name, inputs, outputs) \ macro 79 #define BINOP(name) NOPROPS(name, 2, 1) 80 #define UNOP(name) NOPROPS(name, 1, 1) 150 const Operator* HasProperty() { NOPROPS(JSHasProperty, 2, 1); } in HasProperty() 163 const Operator* InstanceOf() { NOPROPS(JSInstanceOf, 2, 1); } in InstanceOf() 164 const Operator* Debugger() { NOPROPS(JSDebugger, 0, 0); } in Debugger() 168 NOPROPS(JSCreateFunctionContext, 1, 1); in CreateFunctionContext() 174 const Operator* CreateWithContext() { NOPROPS(JSCreateWithContext, 2, 1); } in CreateWithContext() 175 const Operator* CreateBlockContext() { NOPROPS(JSCreateBlockContext, 2, 1); } in CreateBlockContext() 177 NOPROPS(JSCreateModuleContext, 2, 1); in CreateModuleContext() [all …]
|