Home
last modified time | relevance | path

Searched refs:global_flags (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c56 * Checks whether the global_flags argument matches to the current feature set.
58 * @return true if global_flags accepted, false otherwise
61 snapshot_check_global_flags (uint32_t global_flags) /**< global flags */ in snapshot_check_global_flags() argument
64 global_flags &= (uint32_t) ~JERRY_SNAPSHOT_HAS_REGEX_LITERAL; in snapshot_check_global_flags()
67 global_flags &= (uint32_t) ~JERRY_SNAPSHOT_HAS_CLASS_LITERAL; in snapshot_check_global_flags()
70 return global_flags == snapshot_get_global_flags (false, false); in snapshot_check_global_flags()
793 header.global_flags = snapshot_get_global_flags (globals.regex_found, globals.class_found); in jerry_generate_snapshot_with_args()
934 || !snapshot_check_global_flags (header_p->global_flags)) in jerry_snapshot_result()
1254 || !snapshot_check_global_flags (header_p->global_flags)) in jerry_merge_snapshots()
1261 merged_global_flags |= header_p->global_flags; in jerry_merge_snapshots()
[all...]
H A Djerry-snapshot.h30 uint32_t global_flags; /**< global configuration and feature flags */ member
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderParse.h136 struct dx10_global_flags global_flags; member
H A DShaderParse.c349 opcode->specific.global_flags.refactoring_allowed = DECODE_D3D10_SB_GLOBAL_FLAGS(*curr) ? 1 : 0; in Shader_parse_opcode()
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py501 global_flags,
519 for key, value in global_flags.items():
630 global_flags = {
641 global_flags,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py501 global_flags,
519 for key, value in global_flags.items():
630 global_flags = {
641 global_flags,

Completed in 16 milliseconds