Home
last modified time | relevance | path

Searched refs:GetErrorsThrown (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcontexts.cc587 int Context::GetErrorsThrown() { return errors_thrown()->value(); } in GetErrorsThrown() function in v8::internal::Context
Dcontexts.h431 int GetErrorsThrown();
Dbootstrapper.cc349 env->GetErrorsThrown()); in DetachGlobal()