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

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileCustom.cpp 46 v8::Local<v8::Function> function = V8ScriptProfile::GetTemplate()->GetFunction();
V8LocationCustom.cpp 158 return privateTemplate->GetFunction();
163 return sharedTemplate->GetFunction();
165 return privateTemplate->GetFunction();
176 return privateTemplate->GetFunction();
181 return sharedTemplate->GetFunction();
183 return privateTemplate->GetFunction();
195 return privateTemplate->GetFunction();
200 return sharedTemplate->GetFunction();
202 return privateTemplate->GetFunction();
V8ScriptProfileNodeCustom.cpp 66 v8::Local<v8::Function> function = V8ScriptProfileNode::GetTemplate()->GetFunction();
V8HTMLDocumentCustom.cpp 64 v8::Local<v8::Function> shadowConstructor = shadowTemplate->GetFunction();
V8InjectedScriptManager.cpp 57 v8::Local<v8::Function> function = V8InjectedScriptHost::GetTemplate()->GetFunction();
  /hardware/ril/mock-ril/src/cpp/
node_util.h 50 v8::FunctionTemplate::New(callback)->GetFunction())
node_buffer.cpp 168 Local<Object> b = constructor_template->GetFunction()->NewInstance(1, &arg);
355 constructor_template->GetFunction()->NewInstance(3, argv);
448 constructor_template->GetFunction()->Set(chars_written_sym,
protobuf_v8.cpp 180 constructor->Set(String::New("parse"), bind->Call(ParseTemplate->GetFunction(), 1, &arg));
181 constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg));
472 new Type(this, descriptor, TypeTemplate->GetFunction()->NewInstance());
  /external/webkit/Source/WebKit/chromium/src/
BoundObject.cpp 72 v8::Local<v8::Function> constructor = m_hostTemplate->GetFunction();
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 52 // ie. typedef JSValue (*GetFunction)(ExecState*, JSObject* baseObject)
53 typedef PropertySlot::GetValueFunc GetFunction;
86 GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; }
111 GetFunction get;
  /external/webkit/Source/WebCore/bindings/v8/
V8LazyEventListener.cpp 141 toStringFunction = toStringTemplate->GetFunction();
V8DOMWrapper.cpp 142 v8::Local<v8::Function> value = functionTemplate->GetFunction();
288 function = type->getTemplate()->GetFunction();
V8NPObject.cpp 214 v8::Local<v8::Function> v8Function = functionTemplate->GetFunction();
387 v8::Handle<v8::Function> v8Function = npObjectDesc->GetFunction();
ScriptDebugServer.cpp 174 v8::Handle<v8::Function> breakProgramFunction = m_breakProgramCallbackTemplate.get()->GetFunction();
  /external/v8/test/cctest/
test-api.cc 171 env->Global()->Set(v8_str("Fun"), fun->GetFunction());
179 env->Global()->Set(v8_str("SubFun"), sub_fun->GetFunction());
195 env->Global()->Set(v8_str("UnrelFun"), unrel_fun->GetFunction());
216 env->Global()->Set(v8_str("Cons"), cons->GetFunction());
217 env->Global()->Set(v8_str("Fun1"), fun->GetFunction());
241 env->Global()->Set(v8_str("Cons1"), cons1->GetFunction());
242 env->Global()->Set(v8_str("Cons2"), cons2->GetFunction());
243 env->Global()->Set(v8_str("Cons3"), cons3->GetFunction());
244 env->Global()->Set(v8_str("Fun2"), fun2->GetFunction());
793 Local<Function> fun = fun_templ->GetFunction();
    [all...]
test-log-stack-tracer.cc 250 Local<Function> fun = constructor_template->GetFunction();
test-accessors.cc 61 Local<Function> fun = fun_templ->GetFunction();
test-debug.cc     [all...]
test-log.cc 549 initialize_logger.env()->Global()->Set(v8_str("Obj"), obj->GetFunction());
    [all...]
  /external/v8/src/extensions/experimental/
break-iterator.cc 235 break_iterator_template_->GetFunction()->NewInstance();
  /external/v8/src/
deoptimizer.cc 404 JSFunction* function = output_[index]->GetFunction();
    [all...]
deoptimizer.h 312 JSFunction* GetFunction() const { return function_; }
parser.cc     [all...]
api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 4794 milliseconds