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

1 2 3

  /external/chromium_org/chrome/renderer/extensions/
safe_builtins.h 32 v8::Local<v8::Object> GetFunction() const;
console.cc 89 tmpl->GetFunction());
safe_builtins.cc 217 v8::Local<v8::Object> SafeBuiltins::GetFunction() const {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCheckSecurity.cpp 207 v8SetReturnValue(info, privateTemplate->GetFunction());
214 v8SetReturnValue(info, sharedTemplate->GetFunction());
224 v8SetReturnValue(info, privateTemplate->GetFunction());
259 v8SetReturnValue(info, privateTemplate->GetFunction());
266 v8SetReturnValue(info, sharedTemplate->GetFunction());
276 v8SetReturnValue(info, privateTemplate->GetFunction());
311 v8SetReturnValue(info, privateTemplate->GetFunction());
318 v8SetReturnValue(info, sharedTemplate->GetFunction());
328 v8SetReturnValue(info, privateTemplate->GetFunction());
363 v8SetReturnValue(info, privateTemplate->GetFunction());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.cpp 62 v8::Local<v8::Function> shadowConstructor = shadowTemplate->GetFunction();
79 v8::Local<v8::Object> wrapper = perContextData ? perContextData->createWrapperFromCache(type) : V8ObjectConstructor::newInstance(type->domTemplate(isolate, worldTypeInMainThread(isolate))->GetFunction());
V8NPObject.cpp 263 v8Function = temp->GetFunction();
265 v8Function = functionTemplate.newLocal(isolate)->GetFunction();
449 v8::Handle<v8::Function> v8Function = npObjectDesc.Get(isolate)->GetFunction();
V8LazyEventListener.cpp 211 toStringFunction = toStringTemplate->GetFunction();
CustomElementConstructorBuilder.cpp 177 m_constructor = constructorTemplate->GetFunction();
V8PerContextData.cpp 116 v8::Local<v8::Function> function = functionTemplate->GetFunction();
  /external/v8/test/cctest/
test-api.cc 175 env->Global()->Set(v8_str("Fun"), fun->GetFunction());
183 env->Global()->Set(v8_str("SubFun"), sub_fun->GetFunction());
199 env->Global()->Set(v8_str("UnrelFun"), unrel_fun->GetFunction());
218 env->Global()->Set(v8_str("Cons"), cons->GetFunction());
219 env->Global()->Set(v8_str("Fun1"), fun->GetFunction());
243 env->Global()->Set(v8_str("Cons1"), cons1->GetFunction());
244 env->Global()->Set(v8_str("Cons2"), cons2->GetFunction());
245 env->Global()->Set(v8_str("Cons3"), cons3->GetFunction());
246 env->Global()->Set(v8_str("Fun2"), fun2->GetFunction());
792 Local<Function> fun = fun_templ->GetFunction();
    [all...]
test-log-stack-tracer.cc 246 Local<Function> fun = constructor_template->GetFunction();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptManager.cpp 56 v8::Local<v8::Function> function = V8InjectedScriptHost::domTemplate(isolate, MainWorld)->GetFunction();
  /external/chromium_org/v8/test/cctest/
test-api.cc 278 env->Global()->Set(v8_str("Fun"), fun->GetFunction());
279 env->Global()->Set(v8_str("UnrelFun"), unrel_fun->GetFunction());
335 env->Global()->Set(v8_str("Cons"), cons->GetFunction());
336 env->Global()->Set(v8_str("Fun1"), fun->GetFunction());
360 env->Global()->Set(v8_str("Cons1"), cons1->GetFunction());
361 env->Global()->Set(v8_str("Cons2"), cons2->GetFunction());
362 env->Global()->Set(v8_str("Cons3"), cons3->GetFunction());
363 env->Global()->Set(v8_str("Fun2"), fun2->GetFunction());
    [all...]
test-cpu-profiler.cc 744 v8::Local<v8::Function> func = func_template->GetFunction();
789 v8::Local<v8::Function> func = func_template->GetFunction();
852 v8::Local<v8::Function> func = func_template->GetFunction();
896 v8::Local<v8::Function> func = func_template->GetFunction();
    [all...]
test-declarative-accessors.cc 107 context->Global()->Set(v8_str(class_name), constructor->GetFunction());
test-log-stack-tracer.cc 237 Local<Function> fun = constructor_template->GetFunction();
test-log.cc 348 initialize_logger.env()->Global()->Set(v8_str("Obj"), obj->GetFunction());
test-decls.cc 650 Local<Object> hidden_proto = hidden_proto_->GetFunction()->NewInstance();
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 799 def GetFunction(self):
931 function = self.GetFunction()
936 function = self.GetFunction()
969 function = self.GetFunction()
javascriptlintrules.py 261 function = state.GetFunction()
  /external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py 799 def GetFunction(self):
931 function = self.GetFunction()
936 function = self.GetFunction()
969 function = self.GetFunction()
javascriptlintrules.py 261 function = state.GetFunction()
  /external/clang/utils/
ClangDataFormat.py 104 func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()
  /external/chromium_org/v8/src/
deoptimizer.h 485 JSFunction* GetFunction() const { return function_; }
886 JSFunction* GetFunction() {
  /external/v8/src/
deoptimizer.h 369 JSFunction* GetFunction() const { return function_; }
732 JSFunction* GetFunction() {

Completed in 3777 milliseconds

1 2 3