HomeSort by relevance Sort by last modified time
    Searched defs:IsNativeContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
contexts.h 393 // Predicates for context types. IsNativeContext is also defined on Object
396 bool IsNativeContext() {
441 ASSERT(IsNativeContext()); \
445 ASSERT(IsNativeContext()); \
449 ASSERT(IsNativeContext()); \
objects-inl.h 651 bool Object::IsNativeContext() {
    [all...]

Completed in 49 milliseconds