Searched refs:is_get (Results 1 – 2 of 2) sorted by relevance
40 int is_get = count >= 4 && strncmp(hdr, "GET ", 4) == 0; in mock_http_server() local44 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()
2457 bool is_get = prop_info->kind == ParsePropertyKind::kAccessorGetter; in ParseClassPropertyDefinition() local2472 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() local2723 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()