Lines Matching defs:env
10 #define GET_AND_THROW_LAST_ERROR(env) \ argument
28 #define FATALLY_FAIL_WITH_LAST_ERROR(env) \ argument
39 #define NODE_API_ASSERT_BASE(env, assertion, message, ret_val) \ argument
61 #define NODE_API_ASSERT(env, assertion, message) \ argument
66 #define NODE_API_ASSERT_RETURN_VOID(env, assertion, message) \ argument
72 #define NODE_API_CALL_BASE(env, the_call, ret_val) \ argument
80 #define NODE_API_NOGC_CALL_BASE(env, the_call, ret_val) \ argument
89 #define NODE_API_CALL(env, the_call) \ argument
93 #define NODE_API_CALL_RETURN_VOID(env, the_call) \ argument
96 #define NODE_API_NOGC_CALL_RETURN_VOID(env, the_call) \ argument
107 #define NODE_API_ASSERT_STATUS(env, assertion, message) \ argument