OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsContext
(Results
1 - 25
of
28
) sorted by null
1
2
/external/v8/src/
snapshot-common.cc
79
CHECK(root->
IsContext
());
contexts.cc
310
return Isolate::Current()->bootstrapper()->IsActive() || object->
IsContext
();
contexts.h
210
ASSERT(context->
IsContext
());
403
// 1) result->
IsContext
():
string-stream.cc
466
perhaps_context->
IsContext
()) {
isolate.cc
785
if (!receiver_context->
IsContext
()) return NO;
[
all
...]
isolate.h
520
ASSERT(context == NULL || context->
IsContext
());
[
all
...]
frames.cc
[
all
...]
objects-inl.h
576
bool Object::
IsContext
() {
[
all
...]
runtime.cc
[
all
...]
/external/chromium_org/v8/src/
snapshot-common.cc
145
CHECK(root->
IsContext
());
contexts.cc
382
if (!object->
IsContext
()) return false;
contexts.h
235
ASSERT(context->
IsContext
());
466
// 1) result->
IsContext
():
string-stream.cc
473
perhaps_context->
IsContext
()) {
isolate.cc
762
if (!receiver_context->
IsContext
()) return NO;
[
all
...]
isolate.h
538
ASSERT(context == NULL || context->
IsContext
());
[
all
...]
objects-visiting-inl.h
691
return context->
IsContext
() &&
[
all
...]
frames.cc
[
all
...]
heap-snapshot-generator.cc
884
} else if (object->
IsContext
()) {
[
all
...]
mark-compact.cc
279
if (object->
IsContext
()) {
319
if (!context->
IsContext
()) return;
[
all
...]
runtime.cc
[
all
...]
heap.cc
[
all
...]
objects-inl.h
618
bool Object::
IsContext
() {
[
all
...]
deoptimizer.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-serialize.cc
302
CHECK(isolate->native_context()->
IsContext
());
619
CHECK(root->
IsContext
());
631
CHECK(root2->
IsContext
());
/external/v8/test/cctest/
test-serialize.cc
282
CHECK(Isolate::Current()->global_context()->
IsContext
());
539
CHECK(root->
IsContext
());
551
CHECK(root2->
IsContext
());
Completed in 250 milliseconds
1
2