OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUnionForTesting
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
types.h
561
bool
IsUnionForTesting
() { return IsUnion(); }
[
all
...]
/external/v8/test/cctest/
test-types.cc
39
static bool IsUnion(Type* t) { return t->
IsUnionForTesting
(); }
73
static bool IsUnion(Handle<HeapType> t) { return t->
IsUnionForTesting
(); }
[
all
...]
Completed in 54 milliseconds