HomeSort by relevance Sort by last modified time
    Searched full:isnativecontext (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/v8/src/
contexts.cc 16 while (!current->IsFunctionContext() && !current->IsNativeContext()) {
56 while (!current->IsNativeContext()) {
128 if (context->IsNativeContext()) PrintF(" (native context)");
133 if (context->IsNativeContext() ||
266 if (context->IsNativeContext()) {
281 DCHECK(IsNativeContext());
319 DCHECK(IsNativeContext());
343 DCHECK(IsNativeContext());
349 DCHECK(IsNativeContext());
355 DCHECK(IsNativeContext());
    [all...]
contexts.h 459 // Predicates for context types. IsNativeContext is also defined on Object
462 bool IsNativeContext() {
514 DCHECK(IsNativeContext()); \
518 DCHECK(IsNativeContext()); \
522 DCHECK(IsNativeContext()); \
compilation-cache.cc 330 if (context->IsNativeContext()) {
367 if (context->IsNativeContext()) {
heap-snapshot-generator.cc 855 } else if (object->IsNativeContext()) {
    [all...]
compiler.cc     [all...]
scopes.cc 193 while (!context->IsNativeContext()) {
    [all...]
bootstrapper.cc 710 DCHECK(context->IsNativeContext());
    [all...]
factory.cc 691 DCHECK(context->IsNativeContext());
    [all...]
objects.cc     [all...]
runtime.cc     [all...]
parser.cc 870 if (!info->context().is_null() && !info->context()->IsNativeContext()) {
    [all...]
api.cc 657 Utils::ApiCheck(env->IsNativeContext(),
    [all...]
deoptimizer.cc 244 CHECK(context->IsNativeContext());
    [all...]
objects-inl.h 763 bool Object::IsNativeContext() const {
    [all...]

Completed in 763 milliseconds