Home
last modified time | relevance | path

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

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