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

1 2

  /external/v8/test/cctest/
test-unscopables-hidden-prototype.cc 33 v8::Local<v8::Object> object = t0->GetFunction(current_context)
37 v8::Local<v8::Object> hidden_prototype = t1->GetFunction(current_context)
test-receiver-check-hidden-prototype.cc 50 constructor_template->GetFunction(current_context)
56 prototype_template->GetFunction(current_context)
test-feedback-vector.cc 25 static Handle<JSFunction> GetFunction(const char* name) {
208 Handle<JSFunction> f = GetFunction("f");
249 Handle<JSFunction> f = GetFunction("f");
308 Handle<JSFunction> f = GetFunction("f");
332 Handle<JSFunction> f = GetFunction("f");
396 Handle<JSFunction> f = GetFunction("testvar");
416 Handle<JSFunction> f = GetFunction("testprop");
433 Handle<JSFunction> f = GetFunction("testpropfunc");
454 Handle<JSFunction> f = GetFunction("testkeyedprop");
474 Handle<JSFunction> f = GetFunction("testcompound")
    [all...]
test-api-accessors.cc 68 child->GetFunction(env.local()).ToLocalChecked())
test-cpu-profiler.cc 54 static v8::Local<v8::Function> GetFunction(v8::Local<v8::Context> env,
140 v8::Utils::OpenHandle(*GetFunction(env->local(), name_start)));
595 v8::Local<v8::Function> function = GetFunction(env.local(), "start");
663 v8::Local<v8::Function> function = GetFunction(env.local(), "start");
695 v8::Local<v8::Function> function = GetFunction(env.local(), "start");
744 v8::Local<v8::Function> function = GetFunction(env.local(), "start");
857 func_template->GetFunction(env.local()).ToLocalChecked();
863 v8::Local<v8::Function> function = GetFunction(env.local(), "start");
898 func_template->GetFunction(env.local()).ToLocalChecked();
904 v8::Local<v8::Function> function = GetFunction(env.local(), "start")
    [all...]
test-api-interceptors.cc 360 fun_templ->GetFunction(context.local()).ToLocalChecked();
388 fun_templ->GetFunction(context.local()).ToLocalChecked();
935 child->GetFunction(env.local()).ToLocalChecked())
    [all...]
test-log-stack-tracer.cc 115 constructor_template->GetFunction(context).ToLocalChecked();
test-api.cc 249 fun->GetFunction(env.local()).ToLocalChecked())
253 unrel_fun->GetFunction(env.local()).ToLocalChecked())
    [all...]
test-api-fast-accessor-builder.cc 89 foo->GetFunction(env.local()).ToLocalChecked())
  /external/v8/src/debug/
debug-scopes.h 98 inline Handle<JSFunction> GetFunction() {
100 JSFunction::cast(frame_inspector_->GetFunction()));
debug-frames.h 24 Object* GetFunction();
debug-frames.cc 48 Object* FrameInspector::GetFunction() {
49 return is_optimized_ ? deoptimized_frame_->GetFunction() : frame_->function();
debug-scopes.cc 26 !frame_inspector->GetFunction()->IsJSFunction()) {
34 Handle<JSFunction> function = GetFunction();
361 GetFunction()->shared()->scope_info()->Print();
459 Handle<JSFunction> function = GetFunction();
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
testutil.py 84 function = tracker.GetFunction()
statetracker.py 1032 def GetFunction(self):
    [all...]
  /external/rmi4utils/rmidevice/
rmidevice.cpp 85 if (GetFunction(f01, 1)) {
218 if (!GetFunction(f01, 1))
233 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber)
312 if (GetFunction(f01, 0x01)) {
rmidevice.h 65 bool GetFunction(RMIFunction &func, int functionNumber);
  /external/v8/test/cctest/compiler/
test-run-deopt.cc 26 t->GetFunction(context).ToLocalChecked())
test-run-inlining.cc 46 t->GetFunction(context).ToLocalChecked())
  /external/rmi4utils/rmi4update/
rmi4update.cpp 233 if (!m_device.GetFunction(m_f01, 0x01))
236 if (!m_device.GetFunction(m_f34, 0x34))
  /external/clang/utils/
ClangDataFormat.py 104 func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 61 gGlobal->getIsolate(), "Path2DBuilder"), constructor->GetFunction());
  /bionic/tests/
pthread_test.cpp 203 auto GetFunction() -> void* (*)(void*) {
266 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL));
280 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL));
413 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL));
461 ASSERT_EQ(0, pthread_create(&t, NULL, spinhelper.GetFunction(), NULL));
515 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL));
    [all...]
  /external/rmi4utils/f54test/
f54test.cpp 239 if (!m_device.GetFunction(m_f01, 0x01))
242 if (!m_device.GetFunction(m_f54, 0x54))
245 if (!m_device.GetFunction(m_f55, 0x55))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 117 STDMETHOD_(D3DXHANDLE, GetFunction)(THIS_ UINT index);
221 STDMETHOD_(D3DXHANDLE, GetFunction)(THIS_ UINT index);
314 STDMETHOD_(D3DXHANDLE, GetFunction)(THIS_ UINT index);

Completed in 444 milliseconds

1 2