OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:false_obj
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/cctest/compiler/
test-changes-lowering.cc
284
Object*
false_obj
= t.heap()->false_value();
local
285
int32_t result = t.Call(
false_obj
);
303
Object*
false_obj
= t.heap()->false_value();
local
304
CHECK_EQ(
false_obj
, result);
Completed in 175 milliseconds