Home
last modified time | relevance | path

Searched refs:IsFunction (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
42 if (IsFunction) { in lowerSymbolOperand()
49 if (IsFunction) { in lowerSymbolOperand()
/third_party/node/src/
Dinspector_js_api.cc119 CHECK(info[0]->IsFunction()); in New()
174 CHECK(info[0]->IsFunction()); in SetConsoleExtensionInstaller()
182 CHECK(args[0]->IsFunction()); in CallAndPauseOnStart()
201 CHECK(inspector_method->IsFunction()); in InspectorConsoleCall()
216 CHECK(node_method->IsFunction()); in InspectorConsoleCall()
264 CHECK(args[0]->IsFunction()); in RegisterAsyncHookWrapper()
266 CHECK(args[1]->IsFunction()); in RegisterAsyncHookWrapper()
Dnode_task_queue.cc96 CHECK(args[0]->IsFunction()); in EnqueueMicrotask()
107 CHECK(args[0]->IsFunction()); in SetTickCallback()
115 CHECK(args[0]->IsFunction()); in SetPromiseRejectCallback()
Dtimers.cc18 CHECK(args[0]->IsFunction()); in SetupTimers()
19 CHECK(args[1]->IsFunction()); in SetupTimers()
Dnode_http_parser.cc211 if (cb->IsFunction()) { in SET_SELF_SIZE()
320 if (!cb->IsFunction()) in on_headers_complete()
393 if (!cb->IsFunction()) in on_body()
435 if (!cb->IsFunction()) in on_message_complete()
692 if (!cb->IsFunction()) in OnStreamRead()
704 if (!cb->IsFunction()) in OnStreamRead()
824 if (!cb->IsFunction()) in Flush()
Dasync_wrap.cc215 CHECK(v->IsFunction()); \ in SetupHooks()
231 args[0]->IsFunction() ? args[0].As<Function>() : Local<Function>(), in SetPromiseHooks()
232 args[1]->IsFunction() ? args[1].As<Function>() : Local<Function>(), in SetPromiseHooks()
233 args[2]->IsFunction() ? args[2].As<Function>() : Local<Function>(), in SetPromiseHooks()
234 args[3]->IsFunction() ? args[3].As<Function>() : Local<Function>()); in SetPromiseHooks()
369 CHECK(args[0]->IsFunction()); in SetCallbackTrampoline()
Dnode_messaging.cc223 CHECK(emit_message_val->IsFunction()); in GetEmitMessageFunction()
237 CHECK(domexception_ctor_val->IsFunction()); in GetDOMException()
603 if (fn->IsFunction()) { in MessagePort()
891 if (!iterator_method->IsFunction()) return Just(false); in ReadIterable()
901 if (!next->IsFunction()) return Just(false); in ReadIterable()
1153 if (method->IsFunction()) { in TransferOrClone()
1193 if (!method->IsFunction()) return Just(BaseObjectList {}); in NestedTransferables()
1227 if (!method->IsFunction()) return Just(true); in FinalizeTransferRead()
1282 CHECK(args[0]->IsFunction()); in SetDeserializerCreateObjectFunction()
Dnode_serdes.cc110 CHECK(get_data_clone_error->IsFunction()); in ThrowDataCloneError()
130 if (!get_shared_array_buffer_id->IsFunction()) { in GetSharedArrayBufferId()
155 if (!write_host_object->IsFunction()) { in WriteHostObject()
301 if (!read_host_object->IsFunction()) { in ReadHostObject()
Dasync_wrap-inl.h76 if (!cb_v->IsFunction()) { in MakeCallback()
Dnode_process_events.cc52 if (!emit_warning->IsFunction()) return Just(false); in ProcessEmitWarningGeneric()
Dnode_errors.cc818 CHECK(args[0]->IsFunction()); in SetPrepareStackTraceCallback()
831 CHECK(args[0]->IsFunction()); in SetEnhanceStackForFatalException()
832 CHECK(args[1]->IsFunction()); in SetEnhanceStackForFatalException()
945 if (!fatal_exception_function->IsFunction()) { in TriggerUncaughtException()
Dmodule_wrap.cc137 CHECK(args[3]->IsFunction()); in New()
257 CHECK(args[0]->IsFunction()); in Link()
604 CHECK(args[0]->IsFunction()); in SetImportModuleDynamicallyCallback()
640 CHECK(args[0]->IsFunction()); in SetInitializeImportMetaObjectCallback()
Dhandle_wrap.cc77 if (!close_callback.IsEmpty() && close_callback->IsFunction() && in Close()
Dnode_trace_events.cc115 CHECK(args[0]->IsFunction()); in SetTraceCategoryStateUpdateHandler()
Dnode_perf.cc227 CHECK(args[0]->IsFunction()); in SetupPerformanceObservers()
375 CHECK(args[0]->IsFunction()); in Timerify()
/third_party/node/test/addons/make-callback/
Dbinding.cc11 assert(args[1]->IsFunction() || args[1]->IsString()); in MakeCallback()
19 if (args[1]->IsFunction()) { in MakeCallback()
/third_party/node/test/addons/make-callback-domain-warning/
Dbinding.cc17 assert(args[1]->IsFunction()); in MakeCallback()
/third_party/node/test/addons/make-callback-recurse/
Dbinding.cc17 assert(args[1]->IsFunction()); in MakeCallback()
/third_party/boost/boost/atomic/detail/
Dclassify.hpp31 template< typename T, bool IsFunction = atomics::detail::is_function< T >::value >
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h49 bool IsFunction() override;
/third_party/node/test/addons/callback-scope/
Dbinding.cc18 assert(args[3]->IsFunction()); in RunInCallbackScope()
/third_party/cef/tests/ceftests/
Dv8_unittest.cc271 EXPECT_FALSE(value->IsFunction()); in RunNullCreateTest()
290 EXPECT_FALSE(value->IsFunction()); in RunBoolCreateTest()
314 EXPECT_FALSE(value->IsFunction()); in RunIntCreateTest()
336 EXPECT_FALSE(value->IsFunction()); in RunUIntCreateTest()
354 EXPECT_FALSE(value->IsFunction()); in RunDoubleCreateTest()
393 EXPECT_FALSE(value->IsFunction()); in RunDateCreateTest()
414 EXPECT_FALSE(value->IsFunction()); in RunStringCreateTest()
434 EXPECT_FALSE(value->IsFunction()); in RunEmptyStringCreateTest()
464 EXPECT_FALSE(value->IsFunction()); in RunArrayCreateTest()
643 EXPECT_FALSE(value->IsFunction()); in RunObjectCreateTest()
[all …]
/third_party/node/test/addons/async-resource/
Dbinding.cc62 assert(fn->IsFunction()); in CallViaFunction()
/third_party/node/test/cctest/
Dtest_environment.cc168 CHECK(info.native_require->IsFunction()); in TEST_F()
208 .ToLocalChecked()->IsFunction()); in TEST_F()
/third_party/cef/include/
Dcef_v8.h615 virtual bool IsFunction() = 0;

12