Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Constellation/iv
/ functions
Functions
5,753 in github.com/Constellation/iv
⨍
Functions
5,753
◇
Types & classes
1,638
↓ 1 callers
Method
IsUTC
iv/date_parser.h:281
↓ 1 callers
Function
IsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
test/gtest/gtest-all.cc:2779
↓ 1 callers
Function
IsValidEscape
Returns true iff "\\c" is a supported escape sequence.
test/gtest/gtest-all.cc:7999
↓ 1 callers
Function
IsWellFormedCurrencyCode
iv/i18n.h:66
↓ 1 callers
Function
JSONWalk
iv/lv5/runtime/json.cc:24
↓ 1 callers
Function
JSRound
This behavior is based on ECMA262
iv/platform_math.h:167
↓ 1 callers
Method
LastIndex
iv/lv5/jsregexp.h:85
↓ 1 callers
Method
LoadArrayLength
iv/lv5/breaker/poly_ic.h:374
↓ 1 callers
Method
LoadCalleeNeeded
iv/lv5/railgun/scope.h:327
↓ 1 callers
Method
LoadChainProperty
iv/lv5/breaker/poly_ic.h:367
↓ 1 callers
Method
LoadOwnProperty
iv/lv5/breaker/poly_ic.h:353
↓ 1 callers
Method
LoadPrototypeProperty
iv/lv5/breaker/poly_ic.h:359
↓ 1 callers
Method
LoadStringLength
iv/lv5/breaker/poly_ic.h:378
↓ 1 callers
Function
LocalTimeZoneImpl
iv/date_utils_win.h:129
↓ 1 callers
Method
Lock
Acquires this mutex.
test/gtest/gtest.h:2280
↓ 1 callers
Function
Log10
iv/platform_math.h:176
↓ 1 callers
Function
Log1p
iv/platform_math.h:149
↓ 1 callers
Function
Log2
iv/platform_math.h:81
↓ 1 callers
Function
LogToStderr
test/gtest/gtest.h:2000
↓ 1 callers
Method
Lookup
iv/lv5/railgun/compiler.h:455
↓ 1 callers
Method
LookupLineNumber
iv/lv5/railgun/core_data_fwd.h:81
↓ 1 callers
Method
LookupWithFound
iv/qhashmap.h:282
↓ 1 callers
Function
LowestOneBit
iv/utils.h:70
↓ 1 callers
Method
MakeDay
iv/date_parser.h:145
↓ 1 callers
Function
MakeGCPrivateSymbol
iv/lv5/private_symbol.h:17
↓ 1 callers
Method
MakePutUnCacheable
iv/lv5/slot.h:90
↓ 1 callers
Method
MakeReadOnly
iv/lv5/indexed_elements.h:68
↓ 1 callers
Method
MakeTime
iv/date_parser.h:222
↓ 1 callers
Method
MakeTz
iv/date_parser.h:307
↓ 1 callers
Method
Malloc
iv/lv5/gc_kind.h:26
↓ 1 callers
Method
MarkChildren
iv/lv5/map.h:371
↓ 1 callers
Method
MarkChildren
iv/lv5/radio/cell.h:92
↓ 1 callers
Method
MarkPropertyDescriptor
iv/lv5/radio/core.h:59
↓ 1 callers
Function
MatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
test/gtest/gtest-all.cc:8097
↓ 1 callers
Method
Mov
iv/lv5/breaker/assembler.h:76
↓ 1 callers
Method
NewArrayLiteral
iv/ast_factory.h:137
↓ 1 callers
Method
NewAssignment
iv/ast_factory.h:500
↓ 1 callers
Method
NewBlock
iv/ast_factory.h:281
↓ 1 callers
Method
NewBreakStatement
iv/ast_factory.h:397
↓ 1 callers
Method
NewCaseClause
iv/ast_factory.h:441
↓ 1 callers
Method
NewConditionalExpression
iv/ast_factory.h:510
↓ 1 callers
Method
NewConstructorCall
!!! CAUTION !!! if not right paren (like new Array), end is 0
iv/ast_factory.h:552
↓ 1 callers
Method
NewContinueStatement
iv/ast_factory.h:385
↓ 1 callers
Method
NewDebuggerStatement
iv/ast_factory.h:251
↓ 1 callers
Method
NewDoWhileStatement
iv/ast_factory.h:326
↓ 1 callers
Method
NewEmptyStatement
iv/ast_factory.h:241
↓ 1 callers
Method
NewFalseLiteral
iv/ast_factory.h:231
↓ 1 callers
Method
NewForStatement
iv/ast_factory.h:362
↓ 1 callers
Method
NewFunction
iv/lv5/railgun/context.h:89
↓ 1 callers
Method
NewFunctionCall
iv/ast_factory.h:541
↓ 1 callers
Method
NewFunctionDeclaration
if you want begin / end position, set position to FunctionLiteral in NewFunctionLiteral and use it
iv/ast_factory.h:273
↓ 1 callers
Method
NewFunctionStatement
if you want begin / end position, set position to FunctionLiteral in NewFunctionLiteral and use it
iv/ast_factory.h:263
↓ 1 callers
Method
NewIdentifier
iv/ast_factory.h:35
↓ 1 callers
Method
NewIdentifierAccess
iv/ast_factory.h:569
↓ 1 callers
Method
NewIfStatement
iv/ast_factory.h:311
↓ 1 callers
Method
NewIndexAccess
iv/ast_factory.h:561
↓ 1 callers
Method
NewLabelledStatement
iv/ast_factory.h:481
↓ 1 callers
Method
NewNullLiteral
iv/ast_factory.h:203
↓ 1 callers
Method
NewNumberLiteral
iv/ast_factory.h:65
↓ 1 callers
Method
NewObjectLiteral
iv/ast_factory.h:150
↓ 1 callers
Method
NewPostfixExpression
iv/ast_factory.h:532
↓ 1 callers
Method
NewReducedStringLiteral
iv/ast_factory.h:88
↓ 1 callers
Method
NewRegExpLiteral
iv/lv5/factory.h:33
↓ 1 callers
Method
NewReturnStatement
iv/ast_factory.h:409
↓ 1 callers
Method
NewState
iv/aero/vm.h:137
↓ 1 callers
Method
NewStringLiteral
iv/ast_factory.h:77
↓ 1 callers
Method
NewSwitchStatement
iv/ast_factory.h:431
↓ 1 callers
Method
NewThisLiteral
iv/ast_factory.h:212
↓ 1 callers
Method
NewThrowStatement
iv/ast_factory.h:453
↓ 1 callers
Method
NewTrueLiteral
iv/ast_factory.h:221
↓ 1 callers
Method
NewTryStatement
iv/ast_factory.h:464
↓ 1 callers
Method
NewWhileStatement
iv/ast_factory.h:338
↓ 1 callers
Method
NewWithStatement
iv/ast_factory.h:420
↓ 1 callers
Method
NextIsColon
for label lookahead
iv/lexer.h:79
↓ 1 callers
Function
ObjectFreeze
section 15.2.3.9 Object.freeze(O)
iv/lv5/runtime/object.cc:228
↓ 1 callers
Function
ObjectToString
section 15.2.4.2 Object.prototype.toString()
iv/lv5/runtime/object.cc:383
↓ 1 callers
Method
OnEnvironmentsSetUpEnd
test/gtest/gtest-all.cc:4001
↓ 1 callers
Method
OnEnvironmentsSetUpStart
test/gtest/gtest-all.cc:4054
↓ 1 callers
Method
OnEnvironmentsTearDownEnd
test/gtest/gtest-all.cc:4008
↓ 1 callers
Method
OnEnvironmentsTearDownStart
test/gtest/gtest-all.cc:4126
↓ 1 callers
Method
OnGarbageCollect
iv/lv5/global_data.h:268
↓ 1 callers
Method
OnTestCaseEnd
test/gtest/gtest-all.cc:4113
↓ 1 callers
Method
OnTestCaseStart
test/gtest/gtest-all.cc:4061
↓ 1 callers
Method
OnTestEnd
test/gtest/gtest-all.cc:4094
↓ 1 callers
Method
OnTestIterationEnd
test/gtest/gtest-all.cc:4158
↓ 1 callers
Method
OnTestIterationStart
Fired before each iteration of tests starts.
test/gtest/gtest-all.cc:4019
↓ 1 callers
Method
OnTestPartResult
Called after an assertion failure.
test/gtest/gtest-all.cc:4083
↓ 1 callers
Method
OnTestProgramEnd
test/gtest/gtest-all.cc:4654
↓ 1 callers
Method
OnTestProgramStart
test/gtest/gtest-all.cc:4650
↓ 1 callers
Method
OnTestStart
test/gtest/gtest-all.cc:4075
↓ 1 callers
Method
PCToBytecodeOffset
iv/lv5/breaker/native_code.h:30
↓ 1 callers
Function
ParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
test/gtest/gtest-all.cc:6146
↓ 1 callers
Function
ParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
test/gtest/gtest-all.cc:7381
↓ 1 callers
Function
PartialMatch
test/gtest/gtest.h:1913
↓ 1 callers
Function
Passed
Returns true iff the unit test passed (i.e. all test cases passed).
test/gtest/gtest-all.cc:953
↓ 1 callers
Function
PopCount
PopCount: population count from "Hacker's Delight" section 5-1
iv/arith.h:98
↓ 1 callers
Method
PopGTestTrace
Pops a trace from the per-thread Google Test trace stack. L < mutex_
test/gtest/gtest-all.cc:5236
↓ 1 callers
Method
PopLevel
iv/lv5/railgun/compiler.h:1101
↓ 1 callers
Method
PostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
test/gtest/gtest-all.cc:5339
↓ 1 callers
Function
PrintAsNarrowStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
test/gtest/gtest-all.cc:8757
← previous
next →
1,401–1,500 of 5,753, ranked by callers