Home
last modified time | relevance | path

Searched refs:duk_call_method (Results 1 – 25 of 40) sorted by relevance

12

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_api_call.c65 DUK_EXTERNAL void duk_call_method(duk_context *ctx, duk_idx_t nargs) { in duk_call_method() function
103 duk_call_method(ctx, nargs); in duk_call_prop()
185 duk_call_method(ctx, nargs); in duk__pcall_prop_raw()
Dduk_bi_function.c207 duk_call_method(ctx, len); in duk_bi_function_prototype_apply()
241 duk_call_method(ctx, nargs - 1); in duk_bi_function_prototype_call()
Dduk_api_logging.c37 duk_call_method(ctx, 1 /*nargs*/); in duk_log_va()
Dduk_bi_object.c468 duk_call_method(ctx, 1 /*nargs*/); /* -> [ obj trap_result ] */ in duk_bi_object_constructor_keys_shared()
539 duk_call_method(ctx, 0); /* XXX: call method tail call? */ in duk_bi_object_prototype_to_locale_string()
Dduk_api_compile.c46 duk_call_method(ctx, 0); in duk_eval_raw()
Dduk_bi_array.c166 duk_call_method(ctx, 0); in duk_bi_array_prototype_to_string()
330 duk_call_method(ctx, 0); in duk_bi_array_prototype_join_shared()
1279 duk_call_method(ctx, 3); /* -> [ ... val retval ] */ in duk_bi_array_prototype_iter_shared()
Dduk_bi_logger.c80 duk_call_method(ctx, 0); in duk_bi_logger_prototype_fmt()
Dduk_hobject_props.c2366 duk_call_method(ctx, 3 /*nargs*/); in duk_hobject_getprop()
2589 duk_call_method(ctx, 1); /* [key getter this key] -> [key retval] */ in duk_hobject_getprop()
2591 duk_call_method(ctx, 0); /* [key getter this] -> [key retval] */ in duk_hobject_getprop()
2789 duk_call_method(ctx, 2 /*nargs*/); in duk_hobject_hasprop()
3382 duk_call_method(ctx, 4 /*nargs*/); in duk_hobject_putprop()
3592 duk_call_method(ctx, 2); /* [key setter this val key] -> [key retval] */ in duk_hobject_putprop()
3594 duk_call_method(ctx, 1); /* [key setter this val] -> [key retval] */ in duk_hobject_putprop()
4363 duk_call_method(ctx, 2 /*nargs*/); in duk_hobject_delprop()
Dduk_hobject_enum.c245 duk_call_method(ctx, 1 /*nargs*/); /* -> [ ... enum_target res trap_result ] */ in duk_hobject_enumerator_create()
Dduk_bi_json.c1034 duk_call_method(ctx, 2); /* -> [ ... res ] */
1966 duk_call_method(ctx, 1); /* -> [ ... key val val' ] */
1984 duk_call_method(ctx, 2); /* -> [ ... key val val' ] */
Dduk_bi_global.c587 duk_call_method(ctx, 0); in duk_bi_global_object_eval()
Dduk_bi_date.c1583 duk_call_method(ctx, 0); in duk_bi_date_prototype_to_json()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_api_call.c65 DUK_EXTERNAL void duk_call_method(duk_context *ctx, duk_idx_t nargs) { in duk_call_method() function
100 duk_call_method(ctx, nargs); in duk_call_prop()
182 duk_call_method(ctx, nargs); in duk__pcall_prop_raw()
Dduk_bi_function.c207 duk_call_method(ctx, len); in duk_bi_function_prototype_apply()
241 duk_call_method(ctx, nargs - 1); in duk_bi_function_prototype_call()
Dduk_api_logging.c37 duk_call_method(ctx, 1 /*nargs*/); in duk_log_va()
Dduk_bi_object.c468 duk_call_method(ctx, 1 /*nargs*/); /* -> [ obj trap_result ] */ in duk_bi_object_constructor_keys_shared()
539 duk_call_method(ctx, 0); /* XXX: call method tail call? */ in duk_bi_object_prototype_to_locale_string()
Dduk_api_compile.c46 duk_call_method(ctx, 0); in duk_eval_raw()
Dduk_bi_array.c166 duk_call_method(ctx, 0); in duk_bi_array_prototype_to_string()
330 duk_call_method(ctx, 0); in duk_bi_array_prototype_join_shared()
1279 duk_call_method(ctx, 3); /* -> [ ... val retval ] */ in duk_bi_array_prototype_iter_shared()
Dduk_bi_logger.c80 duk_call_method(ctx, 0); in duk_bi_logger_prototype_fmt()
Dduk_hobject_props.c2371 duk_call_method(ctx, 3 /*nargs*/); in duk_hobject_getprop()
2594 duk_call_method(ctx, 1); /* [key getter this key] -> [key retval] */ in duk_hobject_getprop()
2596 duk_call_method(ctx, 0); /* [key getter this] -> [key retval] */ in duk_hobject_getprop()
2794 duk_call_method(ctx, 2 /*nargs*/); in duk_hobject_hasprop()
3387 duk_call_method(ctx, 4 /*nargs*/); in duk_hobject_putprop()
3597 duk_call_method(ctx, 2); /* [key setter this val key] -> [key retval] */ in duk_hobject_putprop()
3599 duk_call_method(ctx, 1); /* [key setter this val] -> [key retval] */ in duk_hobject_putprop()
4368 duk_call_method(ctx, 2 /*nargs*/); in duk_hobject_delprop()
Dduk_hobject_enum.c245 duk_call_method(ctx, 1 /*nargs*/); /* -> [ ... enum_target res trap_result ] */ in duk_hobject_enumerator_create()
Dduk_bi_json.c1034 duk_call_method(ctx, 2); /* -> [ ... res ] */
1966 duk_call_method(ctx, 1); /* -> [ ... key val val' ] */
1984 duk_call_method(ctx, 2); /* -> [ ... key val val' ] */
Dduk_bi_global.c588 duk_call_method(ctx, 0); in duk_bi_global_object_eval()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cmdline/
Dduk_cmdline.c257 duk_call_method(ctx, 0); in wrapped_compile_execute()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/cmdline/
Dduk_cmdline.c257 duk_call_method(ctx, 0); in wrapped_compile_execute()

12