Home
last modified time | relevance | path

Searched defs:status_flags (Results 1 - 18 of 18) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Dcommon.h115 uint8_t status_flags; /**< status flags */ member
H A Djs-scanner-ops.c111 uint16_t status_flags = literal_pool_p->status_flags; in scanner_check_arrow() local
140 uint16_t status_flags = SCANNER_LITERAL_POOL_FUNCTION_WITHOUT_ARGUMENTS; scanner_scan_simple_arrow() local
499 uint16_t status_flags = 0; scanner_scan_bracket() local
[all...]
H A Djs-scanner.c103 uint16_t status_flags = SCANNER_LITERAL_POOL_FUNCTION; in scanner_scan_primary_expression() local
470 uint16_t status_flags = scanner_context_p->active_literal_pool_p->status_flags; in scanner_scan_primary_expression_end() local
983 uint16_t status_flags = (uint16_t) (SCANNER_LITERAL_POOL_FUNCTION scanner_scan_primary_expression_end() local
1374 uint16_t status_flags = SCANNER_LITERAL_POOL_FUNCTION | SCANNER_LITERAL_POOL_FUNCTION_STATEMENT; scanner_scan_statement() local
1417 uint16_t status_flags = SCANNER_LITERAL_POOL_FUNCTION; scanner_scan_statement() local
2315 uint16_t status_flags = SCANNER_LITERAL_POOL_FUNCTION_WITHOUT_ARGUMENTS | SCANNER_LITERAL_POOL_CAN_EVAL; scanner_scan_all() local
2335 uint16_t status_flags = SCANNER_LITERAL_POOL_FUNCTION; scanner_scan_all() local
[all...]
H A Djs-parser-expr.c493 uint32_t status_flags = PARSER_FUNCTION_CLOSURE | PARSER_ALLOW_SUPER; in parser_parse_class_literal() local
929 uint32_t status_flags; parser_parse_object_literal() local
1022 uint32_t status_flags = PARSER_FUNCTION_CLOSURE; parser_parse_object_literal() local
1171 parser_parse_function_expression(parser_context_t *context_p, uint32_t status_flags) parser_parse_function_expression() argument
1634 uint32_t status_flags = (PARSER_FUNCTION_CLOSURE parser_parse_unary_expression() local
[all...]
H A Djs-parser-statm.c713 uint32_t status_flags = PARSER_FUNCTION_CLOSURE; in parser_parse_function_statement() local
[all...]
H A Djs-parser.c116 uint32_t status_flags = context_p->status_flags; in parser_compute_indicies() local
2413 parser_parse_function(parser_context_t *context_p, uint32_t status_flags) parser_parse_function() argument
2515 parser_parse_arrow_function(parser_context_t *context_p, uint32_t status_flags) parser_parse_arrow_function() argument
[all...]
H A Djs-scanner-util.c393 scanner_push_literal_pool(parser_context_t *context_p, scanner_context_t *scanner_context_p, uint16_t status_flags) scanner_push_literal_pool() argument
491 uint16_t status_flags = literal_pool_p->status_flags; scanner_pop_literal_pool() local
1876 scanner_create_unused_literal(parser_context_t *context_p, uint8_t status_flags) scanner_create_unused_literal() argument
[all...]
H A Djs-scanner-internal.h319 uint16_t status_flags; /**< combination of scanner_literal_pool_flags_t flags */ member
333 uint16_t status_flags; /**< scanner status flags */ member
H A Djs-parser-internal.h458 uint32_t status_flags; /**< parsing options */ member
504 uint32_t status_flags; /**< status flags */ member
H A Djs-lexer.c2009 lexer_update_await_yield(parser_context_t *context_p, uint32_t status_flags) lexer_update_await_yield() argument
2417 uint8_t status_flags = LEXER_FLAG_SOURCE_PTR; lexer_construct_literal_object() local
[all...]
/third_party/libunwind/libunwind/src/aarch64/
H A DGinit.c105 int status_flags = fcntl (fd, F_GETFL, 0); in set_pipe_flags() local
/third_party/libunwind/libunwind/src/arm/
H A DGinit.c95 int status_flags = fcntl (fd, F_GETFL, 0); in set_pipe_flags() local
/third_party/libunwind/libunwind/src/riscv/
H A DGinit.c116 int status_flags = fcntl (fd, F_GETFL, 0); in set_pipe_flags() local
/third_party/libunwind/libunwind/src/x86_64/
H A DGinit.c92 int status_flags = fcntl (fd, F_GETFL, 0); in set_pipe_flags() local
/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.h168 uint32_t status_flags; /**< run-time flags (the top 8 bits are used for passing class parsing options) */ member
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c799 uint16_t status_flags = bytecode_data_p->status_flags; in ecma_op_function_call_simple() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-globals.h953 uint16_t status_flags; /**< various status flags: member
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp3195 ImGuiItemStatusFlags status_flags = g.LastItemData.StatusFlags; in IsItemHovered() local

Completed in 45 milliseconds