OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_holey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
ast.cc
351
bool
is_holey
= false;
local
363
is_holey
= true;
387
kind =
is_holey
? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind);
[
all
...]
builtins.cc
1014
bool
is_holey
= false;
local
[
all
...]
objects-inl.h
1441
bool
is_holey
= IsFastHoleyElementsKind(current_kind);
local
[
all
...]
Completed in 88 milliseconds