OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsJSBuiltinsObject
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
objects-inl.h
701
bool Object::
IsJSBuiltinsObject
() {
[
all
...]
mark-compact.cc
664
static inline bool
IsJSBuiltinsObject
(Object* obj) {
683
if (
IsJSBuiltinsObject
(context->global())) {
[
all
...]
Completed in 47 milliseconds