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

  /external/v8/src/
codegen-inl.h 53 bool CodeGenerator::is_eval() { return info_->is_eval(); } function in class:v8::internal::CodeGenerator
compiler.h 103 CompilationInfo(FunctionLiteral* literal, Handle<Script> script, bool is_eval)
106 is_eval_(is_eval),
147 bool is_eval() { return is_eval_; } function in class:v8::internal::BASE_EMBEDDED
scopes.cc 718 bool is_eval = is_eval_scope() || outer_scope_is_eval_scope_; local
721 if (inner_scope->PropagateScopeInfo(calls_eval, is_eval)) {
    [all...]
full-codegen.h 409 bool is_eval() { return info_->is_eval(); } function in class:v8::internal::FullCodeGenerator
runtime.cc 731 bool is_eval = Smi::cast(args[2])->value() == 1; local
737 PropertyAttributes base = is_eval ? NONE : DONT_DELETE;
    [all...]

Completed in 41 milliseconds