Home
last modified time | relevance | path

Searched refs:JS_CALL_FLAG_CONSTRUCTOR (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h473 #define JS_CALL_FLAG_CONSTRUCTOR (1 << 0) macro
A Dquickjs.c15785 if (!(flags & JS_CALL_FLAG_CONSTRUCTOR)) { in js_call_c_function()
15801 if (!(flags & JS_CALL_FLAG_CONSTRUCTOR)) { in js_call_c_function()
15888 if (flags & JS_CALL_FLAG_CONSTRUCTOR) { in js_call_bound_function()
18635 flags |= JS_CALL_FLAG_CONSTRUCTOR; in JS_CallConstructorInternal()
44514 if (flags & JS_CALL_FLAG_CONSTRUCTOR) in js_proxy_call()

Completed in 97 milliseconds