Home
last modified time | relevance | path

Searched refs:call_completion (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c318 ecma_value_t call_completion = ECMA_VALUE_EMPTY; in ecma_op_general_object_ordinary_value() local
324 call_completion = ecma_op_function_call (func_obj_p, in ecma_op_general_object_ordinary_value()
332 if (ECMA_IS_VALUE_ERROR (call_completion) in ecma_op_general_object_ordinary_value()
333 || (!ecma_is_value_empty (call_completion) in ecma_op_general_object_ordinary_value()
334 && !ecma_is_value_object (call_completion))) in ecma_op_general_object_ordinary_value()
336 return call_completion; in ecma_op_general_object_ordinary_value()
339 ecma_free_value (call_completion); in ecma_op_general_object_ordinary_value()
/third_party/libwebsockets/include/
Dlibwebsockets.hxx106 int call_completion(lws_ss_constate_t state);
/third_party/libwebsockets/lib/secure-streams/cpp/
DlssFile.cxx71 lf->call_completion(state); in lssfile_state()
Dlss.cxx144 int lss::call_completion(lws_ss_constate_t state) in call_completion() function in lss