MCPcopy Create free account

hub / github.com/Constellation/iv / functions

Functions5,753 in github.com/Constellation/iv

↓ 7 callersMethodAsAccessorDescriptor
iv/lv5/property.h:219
↓ 7 callersFunctionBoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
test/gtest/gtest-all.cc:8509
↓ 7 callersMethodBuildPiece
iv/string_builder.h:71
↓ 7 callersMethodCanonicalize
6.2.3 CanonicalizeLanguageTag(locale) Returns the canonical and case-regularized form of the locale argument (which must be a String value that is a w
iv/i18n_language_tag_scanner.h:177
↓ 7 callersMethodClear
iv/lv5/railgun/register_id.h:72
↓ 7 callersMethodColoring
iv/lv5/radio/cell.h:80
↓ 7 callersFunctionDecimalValue
iv/conversions_digit.h:13
↓ 7 callersMethodDigestInteger
iv/sip_hash.h:144
↓ 7 callersFunctionErrorMessageString
iv/lv5/runtime/error.cc:20
↓ 7 callersFunctionForEach
test/gtest/gtest-all.cc:684
↓ 7 callersFunctionGetEnv
test/gtest/gtest.h:2713
↓ 7 callersFunctionGetTimeInMillis
Returns the current time in milliseconds.
test/gtest/gtest-all.cc:2069
↓ 7 callersFunctionIsOctalDigit
iv/character.h:1218
↓ 7 callersMethodIsString
iv/lv5/v8/v8.h:4353
↓ 7 callersMethodIsValidLeftHandSide
iv/ast.h:1235
↓ 7 callersFunctionIsWhiteSpace
iv/character.h:1250
↓ 7 callersMethodLookupVariable
iv/lv5/jsglobal.h:35
↓ 7 callersMethodMultiAdd
multiply by m and add a
iv/dtoa_bigint.h:381
↓ 7 callersMethodParse
iv/date_parser.h:348
↓ 7 callersFunctionRaiseReferenceError
iv/lv5/breaker/stub.h:304
↓ 7 callersMethodResolveJump
iv/lv5/railgun/continuation_status.h:50
↓ 7 callersFunctionStringStreamToString
Converts the buffer in a stringstream to a String, converting NUL bytes to "\\0" along the way.
test/gtest/gtest-all.cc:3039
↓ 7 callersFunctionTimeWithinDay
iv/date_utils.h:42
↓ 7 callersMethodUnwind
iv/lv5/railgun/stack.h:125
↓ 7 callersMethodUponLeavingGTest
L < mutex_
test/gtest/gtest-all.cc:4844
↓ 7 callersMethodUseExpressionReturn
iv/lv5/railgun/scope.h:152
↓ 7 callersFunctionYearFromTime
365.2425 days are average year in every 400 years. See http://en.wikipedia.org/wiki/Gregorian_calendar
iv/date_utils.h:78
↓ 7 callersMethodcatch_block
iv/ast.h:971
↓ 7 callersMethodcend
iv/lv5/chain.h:96
↓ 7 callersMethodcode
iv/lv5/teleporter/jsfunction.h:53
↓ 7 callersMethoddata
data() may return a pointer to a buffer with embedded NULs, and the returned buffer may or may not be null terminated. Therefore it is typically a mi
iv/stringpiece.h:211
↓ 7 callersMethodfunction_type
iv/lv5/jsfunction_fwd.h:67
↓ 7 callersFunctionlength
Returns the length of the encapsulated string, or 0 if the string is NULL.
test/gtest/gtest.h:3131
↓ 7 callersMethodlexical_env
iv/lv5/teleporter/context.h:64
↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
test/gtest/gtest-all.cc:5771
↓ 7 callersMethodregexp_map
iv/lv5/global_data.h:229
↓ 7 callersMethodregistry
(self)
tools/generate-subtag.py:158
↓ 7 callersMethodset_map
iv/lv5/jscell.h:16
↓ 7 callersMethodset_node
iv/parser.h:157
↓ 7 callersMethodset_own
iv/lv5/breaker/poly_ic.h:36
↓ 7 callersMethodtype
iv/ast.h:1261
↓ 7 callersMethodtype
iv/lv5/railgun/compiler.h:85
↓ 7 callersMethodupper
iv/environment.h:37
↓ 6 callersFunctionAbort
test/gtest/gtest-all.cc:8442
↓ 6 callersMethodBindIC
iv/lv5/breaker/native_code.h:73
↓ 6 callersMethodCanPut
CanPut
iv/lv5/jsobject_interface.h:126
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
test/gtest/gtest-all.cc:2725
↓ 6 callersMethodContains
iv/bloom_filter.h:17
↓ 6 callersMethodDefaultValue
iv/lv5/jsobject_interface.h:121
↓ 6 callersMethodDump
iv/lv5/jserror.h:208
↓ 6 callersFunctionFormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
test/gtest/gtest-all.cc:8233
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
test/gtest/gtest-all.cc:8027
↓ 6 callersFunctionGetCategory
iv/character.h:1186
↓ 6 callersMethodGetSlot
iv/lv5/jsval.h:1002
↓ 6 callersFunctionGetStringFromSymbol
iv/symbol_fwd.h:164
↓ 6 callersMethodGetUString
iv/lv5/jsstring_fwd.h:313
↓ 6 callersMethodHas
iv/lv5/railgun/continuation_status.h:37
↓ 6 callersFunctionHourFromTime
iv/date_utils.h:245
↓ 6 callersMethodIsBoolean
iv/lv5/breaker/type.h:102
↓ 6 callersMethodIsCollected
iv/lv5/weak_box.h:59
↓ 6 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
test/gtest/gtest-all.cc:7980
↓ 6 callersMethodIsNull
iv/lv5/v8/v8.h:4335
↓ 6 callersMethodIsParsable
iv/lv5/json.h:26
↓ 6 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
test/gtest/gtest-all.cc:7519
↓ 6 callersMethodIsStrictReference
iv/lv5/jsreference.h:13
↓ 6 callersFunctionIsTrail
iv/unicode.h:118
↓ 6 callersMethodLookup
iv/qhashmap.h:238
↓ 6 callersMethodMonthString
iv/date_utils.h:436
↓ 6 callersMethodNewAssigned
iv/ast_factory.h:47
↓ 6 callersMethodNewUnaryOperation
iv/ast_factory.h:521
↓ 6 callersFunctionOctalValue
iv/conversions_digit.h:6
↓ 6 callersFunctionParse
iv/phonic/ext/iv/phonic/phonic.cc:20
↓ 6 callersFunctionParseStringFlag
Parses a string for a string flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
test/gtest/gtest-all.cc:5936
↓ 6 callersMethodReset
test/gtest/gtest-all.cc:1348
↓ 6 callersMethodSet
iv/lv5/v8/v8.h:4215
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
test/gtest/gtest-all.cc:5850
↓ 6 callersFunctionStorePropImpl
iv/lv5/breaker/stub.h:887
↓ 6 callersFunctionUTF8ToUTF16
iv/unicode.h:423
↓ 6 callersFunctionUniversalPrint
test/gtest/gtest.h:9892
↓ 6 callersMethodWeekDayString
iv/date_utils.h:432
↓ 6 callersMethodbegin
iv/lv5/fiber.h:358
↓ 6 callersMethodbegin
iv/lv5/radio/arena.h:137
↓ 6 callersMethodcatch_name
iv/ast.h:970
↓ 6 callersMethodclear
iv/dtoa_bigint.h:249
↓ 6 callersMethodcount
iv/assoc_vector.h:138
↓ 6 callersMethodctx
iv/lv5/breaker/compiler.h:3021
↓ 6 callersMethoddiscard
iv/mt19937.h:54
↓ 6 callersMethoddst
iv/lv5/railgun/compiler.h:1115
↓ 6 callersMethodend
iv/lv5/radio/arena.h:149
↓ 6 callersMethodfailed_test_count
Gets the number of failed tests.
test/gtest/gtest-all.cc:2034
↓ 6 callersMethodget_deleter
iv/detail/unique_ptr.h:388
↓ 6 callersMethodglobal
iv/lv5/jsregexp.h:77
↓ 6 callersFunctionhasKey
(obj, keyName)
test/lv5/suite/resources/jasmine.js:884
↓ 6 callersMethodhas_line_terminator_before_next
iv/lexer.h:419
↓ 6 callersMethodindex
iv/lv5/breaker/poly_ic.h:601
↓ 6 callersMethodinit
iv/ast.h:706
↓ 6 callersMethodobject_prototype
prototypes getter
iv/lv5/global_data.h:276
↓ 6 callersMethodprototype
iv/lv5/jsobject.h:688
↓ 6 callersMethodset_lexical_env
iv/lv5/railgun/frame.h:201
↓ 6 callersMethodsize
iv/lv5/breaker/poly_ic.h:222
← previousnext →401–500 of 5,753, ranked by callers