mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Revert whitespace fixes to third_party (#501)
This commit is contained in:
parent
d4000bb8f7
commit
9de3d8f1e6
365 changed files with 39190 additions and 39211 deletions
8
third_party/quickjs/internal.h
vendored
8
third_party/quickjs/internal.h
vendored
|
@ -1291,7 +1291,7 @@ typedef struct BlockEnv {
|
|||
|
||||
typedef struct JSGlobalVar {
|
||||
int cpool_idx; /* if >= 0, index in the constant pool for hoisted
|
||||
function definition*/
|
||||
function defintion*/
|
||||
uint8_t force_init : 1; /* force initialization to undefined */
|
||||
uint8_t is_lexical : 1; /* global let/const definition */
|
||||
uint8_t is_const : 1; /* const definition */
|
||||
|
@ -1393,9 +1393,9 @@ typedef struct JSFunctionDef {
|
|||
int func_var_idx; /* variable containing the current function (-1
|
||||
if none, only used if is_func_expr is true) */
|
||||
int eval_ret_idx; /* variable containing the return value of the eval, -1 if none */
|
||||
int this_var_idx; /* variable containing the 'this' value, -1 if none */
|
||||
int new_target_var_idx; /* variable containing the 'new.target' value, -1 if none */
|
||||
int this_active_func_var_idx; /* variable containing the 'this.active_func' value, -1 if none */
|
||||
int this_var_idx; /* variable containg the 'this' value, -1 if none */
|
||||
int new_target_var_idx; /* variable containg the 'new.target' value, -1 if none */
|
||||
int this_active_func_var_idx; /* variable containg the 'this.active_func' value, -1 if none */
|
||||
int home_object_var_idx;
|
||||
BOOL need_home_object;
|
||||
int scope_level; /* index into fd->scopes if the current lexical scope */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue