Searched refs:duk_push_error_object (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/amp/engine/duktape_engine/startup/ |
A D | app_entry.c | 28 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "parameter must be object"); in native_app_entry() 44 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "onLaunch must be function"); in native_app_entry() 59 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "onLaunch must be function"); in native_app_entry() 74 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "onError must be function"); in native_app_entry() 89 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "onExit must be function"); in native_app_entry()
|
A D | page_entry.c | 180 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "parameter must be object"); in native_page_entry() 196 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "data must be function"); in native_page_entry() 211 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "onShow must be function"); in native_page_entry() 226 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "onUpdate must be function"); in native_page_entry() 241 duk_push_error_object(ctx, DUK_ERR_TYPE_ERROR, "onExit must be function"); in native_page_entry()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.h | 745 #define duk_push_error_object(ctx,err_code,...) \ macro 750 #define duk_push_error_object \ macro
|
A D | duktape.c | 73428 duk_push_error_object(thr, 73438 duk_push_error_object(thr,
|
Completed in 250 milliseconds