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

  /external/v8/src/
messages.cc 175 fun_ = Handle<JSFunction>::cast(maybe_function);
200 Object* script = fun_->shared()->script();
211 Handle<String> result = JSFunction::GetName(fun_);
214 Handle<Object> script(fun_->shared()->script(), isolate_);
225 Object* script_obj = fun_->shared()->script();
263 Handle<Object> function_name(fun_->shared()->name(), isolate_);
274 if (CheckMethodName(isolate_, obj, name, fun_,
294 if (!CheckMethodName(isolate_, current_obj, name_key, fun_,
310 Handle<Object> script_obj(fun_->shared()->script(), isolate_);
322 Handle<Object> script_obj(fun_->shared()->script(), isolate_)
    [all...]
messages.h 62 bool IsJavaScript() { return !fun_.is_null(); }
68 Handle<JSFunction> fun_; member in class:v8::internal::CallSite
    [all...]
  /external/v8/src/ast/
ast.h 553 FunctionLiteral* fun() const { return fun_; }
554 void set_fun(FunctionLiteral* f) { fun_ = f; }
568 fun_(fun) {
574 FunctionLiteral* fun_; member in class:v8::internal::final
    [all...]

Completed in 463 milliseconds