Changeset 266107 in webkit for trunk/Source/JavaScriptCore/runtime/JSCJSValue.h
- Timestamp:
- Aug 25, 2020, 1:06:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCJSValue.h
r263035 r266107 23 23 #pragma once 24 24 25 #include "Concurrency.h" 25 26 #include "ECMAMode.h" 26 27 #include "JSExportMacros.h" … … 234 235 bool isEmpty() const; 235 236 bool isCallable(VM&) const; 237 template<Concurrency> TriState isCallableWithConcurrency(VM&) const; 236 238 bool isConstructor(VM&) const; 239 template<Concurrency> TriState isConstructorWithConcurrency(VM&) const; 237 240 bool isUndefined() const; 238 241 bool isNull() const;
Note:
See TracChangeset
for help on using the changeset viewer.