Searched defs:JSVM_CALL (Results 1 – 2 of 2) sorted by relevance
37 #define JSVM_CALL(the_call) \ macro
57 #define JSVM_CALL(env, theCall) JSVM_CALL_BASE(env, theCall, nullptr) macro