HomeSort by relevance Sort by last modified time
    Searched refs:fun_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
messages.cc 163 fun_ = Handle<JSFunction>::cast(maybe_function);
173 Handle<Object> script(fun_->shared()->script(), isolate_);
182 Handle<String> result = JSFunction::GetName(fun_);
185 Handle<Object> script(fun_->shared()->script(), isolate_);
196 Handle<Object> script_obj(fun_->shared()->script(), isolate_);
233 Handle<Object> function_name(fun_->shared()->name(), isolate_);
236 if (CheckMethodName(isolate_, obj, name, fun_,
255 if (!CheckMethodName(isolate_, current_obj, name_key, fun_,
271 Handle<Object> script_obj(fun_->shared()->script(), isolate_);
283 Handle<Object> script_obj(fun_->shared()->script(), isolate_)
    [all...]
messages.h 65 bool IsValid() { return !fun_.is_null(); }
70 Handle<JSFunction> fun_; member in class:v8::internal::CallSite
    [all...]
  /external/v8/src/ast/
ast.h 583 FunctionLiteral* fun() const { return fun_; }
584 void set_fun(FunctionLiteral* f) { fun_ = f; }
598 fun_(fun) {
604 FunctionLiteral* fun_; member in class:v8::internal::final
    [all...]

Completed in 530 milliseconds