Home
last modified time | relevance | path

Searched refs:is_get (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/test/
Dhttp_test.c40 int is_get = count >= 4 && strncmp(hdr, "GET ", 4) == 0; in mock_http_server() local
44 if (is_get) in mock_http_server()
69 if (!is_get) in mock_http_server()
81 if (is_get) { /* construct new header and body */ in mock_http_server()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h2457 bool is_get = prop_info->kind == ParsePropertyKind::kAccessorGetter; in ParseClassPropertyDefinition() local
2472 kind = is_get ? FunctionKind::kStaticGetterFunction in ParseClassPropertyDefinition()
2475 kind = is_get ? FunctionKind::kGetterFunction in ParseClassPropertyDefinition()
2485 is_get ? ClassLiteralProperty::GETTER : ClassLiteralProperty::SETTER; in ParseClassPropertyDefinition()
2490 is_get ? ast_value_factory()->get_space_string() in ParseClassPropertyDefinition()
2703 bool is_get = prop_info->kind == ParsePropertyKind::kAccessorGetter; in ParseObjectPropertyDefinition() local
2723 FunctionKind kind = is_get ? FunctionKind::kGetterFunction in ParseObjectPropertyDefinition()
2733 is_get ? ObjectLiteralProperty::GETTER in ParseObjectPropertyDefinition()
2737 is_get ? ast_value_factory()->get_space_string() in ParseObjectPropertyDefinition()