Home
last modified time | relevance | path

Searched defs:JSFunctionBytecode (Results 1 – 1 of 1) sorted by relevance

/third_party/quickjs/
Dquickjs.c593 typedef struct JSFunctionBytecode { struct
594 JSGCObjectHeader header; /* must come first */
595 uint8_t js_mode;
596 uint8_t has_prototype : 1; /* true if a prototype field is necessary */
597 uint8_t has_simple_parameter_list : 1;
598 uint8_t is_derived_class_constructor : 1;
600 uint8_t need_home_object : 1;
601 uint8_t func_kind : 2;
602 uint8_t new_target_allowed : 1;
603 uint8_t super_call_allowed : 1;
[all …]