Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dvalue.h60 bool& boolean_value() { in boolean_value() function
64 const bool& boolean_value() const { in boolean_value() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-boolean-object.c44 bool boolean_value = ecma_op_to_boolean (arg); in ecma_op_create_boolean_object() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-value.c458 ecma_make_boolean_value (bool boolean_value) /**< raw bool value from which the ecma value will be … in ecma_make_boolean_value()
/third_party/jerryscript/jerry-core/vm/
Dvm.c2752 bool boolean_value = ecma_op_to_boolean (value); in vm_loop() local