Home
last modified time | relevance | path

Searched refs:external_callback_scope_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dframes.cc202 external_callback_scope_(isolate->external_callback_scope()) { in SafeStackFrameIterator()
242 external_callback_scope_ != NULL && in SafeStackFrameIterator()
243 external_callback_scope_->scope_address() < frame_->fp()) { in SafeStackFrameIterator()
246 external_callback_scope_ = external_callback_scope_->previous(); in SafeStackFrameIterator()
330 if (frame_->is_exit() && external_callback_scope_) { in Advance()
336 if (external_callback_scope_->scope_address() < frame_->fp()) { in Advance()
338 external_callback_scope_->callback_entrypoint_address(); in Advance()
339 external_callback_scope_ = external_callback_scope_->previous(); in Advance()
340 DCHECK(external_callback_scope_ == NULL || in Advance()
341 external_callback_scope_->scope_address() > frame_->fp()); in Advance()
Dframes.h950 ExternalCallbackScope* external_callback_scope_; variable
Disolate.h313 ExternalCallbackScope* external_callback_scope_; variable
Disolate.cc77 external_callback_scope_ = NULL; in InitializeInternal()