Searched refs:call_completion (Results 1 – 4 of 4) sorted by relevance
318 ecma_value_t call_completion = ECMA_VALUE_EMPTY; in ecma_op_general_object_ordinary_value() local324 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()
106 int call_completion(lws_ss_constate_t state);
71 lf->call_completion(state); in lssfile_state()
144 int lss::call_completion(lws_ss_constate_t state) in call_completion() function in lss