src: update UncompiledData types constants · nodejs/llnode@fde0c59 · GitHub
Skip to content

Commit fde0c59

Browse files
committed
src: update UncompiledData types constants
Ref: #255 PR-URL: #324 Refs: #255 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 2afd59e commit fde0c59

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

src/llv8-constants.cc

Lines changed: 8 additions & 4 deletions

src/llv8-constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ class Types : public Module {
524524
int64_t kJSRegExpType;
525525
int64_t kJSDateType;
526526
int64_t kSharedFunctionInfoType;
527-
int64_t kUncompiledDataWithoutPreParsedScopeType;
528-
int64_t kUncompiledDataWithPreParsedScopeType;
527+
Constant<int64_t> kUncompiledDataWithoutPreParsedScopeType;
528+
Constant<int64_t> kUncompiledDataWithPreParsedScopeType;
529529
int64_t kScriptType;
530530
int64_t kScopeInfoType;
531531
int64_t kSymbolType;

src/llv8-inl.h

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)